summaryrefslogtreecommitdiff
path: root/examples/basic.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-04-07 13:05:08 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-04-07 13:05:08 -0400
commit6d25f97d1035a775d6eb9f135f8e8231521087af (patch)
tree21c3488541f4a65a16245792c6055f3d886b8fbb /examples/basic.tnsl
parentda6f4e15ad2fa3edd59108913065c883aee897ed (diff)
[EXEC] Some fixes
+ Fix recursion error when converting arrays + Add conversion from bool to num + Fix conversion from num to bool + Flush out evalParams ~ Change type parsing for block returns
Diffstat (limited to 'examples/basic.tnsl')
-rw-r--r--examples/basic.tnsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/basic.tnsl b/examples/basic.tnsl
new file mode 100644
index 0000000..71d784d
--- /dev/null
+++ b/examples/basic.tnsl
@@ -0,0 +1,3 @@
+/; main [int]
+ ;return 0
+;/