Files
Toy/scripts/example.toy
2022-08-03 14:06:54 +01:00

5 lines
58 B
Plaintext

print "hello world";
print null;
print true;
print false;