mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added verbose debugging option to the REPL
This commit is contained in:
@@ -17,7 +17,3 @@ print "\tHello\nworld";
|
||||
print "Hello world"[0,5];
|
||||
|
||||
print ("hello" .. "world")[2,6];
|
||||
|
||||
//TODO: in the repl, -s to supress output, or -d to print debugging info
|
||||
|
||||
//TODO: the `assert` keyword will be useful for these
|
||||
|
||||
Reference in New Issue
Block a user