add subtract support and string concatenation
This commit is contained in:
@@ -1 +1 @@
|
||||
term.log(1984+1)
|
||||
term.log("hello "+"world")
|
||||
Reference in New Issue
Block a user
@@ -1 +1 @@
|
||||
term.log(1984+1)
|
||||
term.log("hello "+"world")
|
||||