rhai/examples/string.rhai
2016-03-02 08:37:28 -05:00

5 lines
118 B
Plaintext

print("hello");
print("this\nis \\ nice");
print("40 hex is \x40");
print("fun with unicode: \u2764 and \U0001F603");