Added more bindings and error tracebacks.

This commit is contained in:
2026-01-14 00:29:34 +00:00
parent 80ac2b7b37
commit 5a3c126100
6 changed files with 464 additions and 99 deletions

View File

@@ -1,8 +1,5 @@
do {
let (dog);
print (get (dog));
set (dog) to (text (woof!));
print (get (dog));
if (true) then (print "true after"));
if (false) then (print "false!");
print "large balls";
define (say (text)) as (print (text));
say "shit";
}