Initial commit. Note: this is broken right now.

This commit is contained in:
2026-01-12 13:47:14 +00:00
commit 7de1bb3ef0
6 changed files with 817 additions and 0 deletions

8
test.nel Normal file
View File

@@ -0,0 +1,8 @@
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!");
}