diff --git a/wip-duuqnd/user-side-compiler/example-4.c6l b/wip-duuqnd/user-side-compiler/example-4.c6l new file mode 100644 index 0000000..242a62a --- /dev/null +++ b/wip-duuqnd/user-side-compiler/example-4.c6l @@ -0,0 +1,8 @@ +y = random() +x = 5 == y + +if x then + if y >= 4 then + x = 0 + end +end \ No newline at end of file