Add string concat/compare. Bump to 0.4
This commit is contained in:
@@ -2,3 +2,6 @@ print("hello");
|
||||
print("this\nis \\ nice");
|
||||
print("40 hex is \x40");
|
||||
print("fun with unicode: \u2764 and \U0001F603");
|
||||
print("foo" + " " + "bar");
|
||||
print("foo" < "bar");
|
||||
print("foo" >= "bar");
|
Reference in New Issue
Block a user