mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
//print statement
|
|
print 42;
|
|
|
|
//it can handle complex expressions
|
|
print 3 * 5;
|