mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Implemented print keyword and associated tests
This commit is contained in:
5
scripts/example-print.toy
Normal file
5
scripts/example-print.toy
Normal file
@@ -0,0 +1,5 @@
|
||||
//print statement
|
||||
print 42;
|
||||
|
||||
//it can handle complex expressions
|
||||
print 3 * 5;
|
||||
Reference in New Issue
Block a user