rhai/scripts/string.rhai

5 lines
118 B
Plaintext
Raw Normal View History

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