aboutsummaryrefslogtreecommitdiff
path: root/a.halk
diff options
context:
space:
mode:
authors-over-42023-06-21 16:34:22 -0400
committers-over-42023-06-21 16:34:22 -0400
commit46f4397bf0718fbaf2cee5b4ffd56d4a36f2c4d8 (patch)
tree9e582eef34f67fd47117445e22a316e6c855ad5d /a.halk
parent069204d6151326acc77bfd1f9072bd19882b948a (diff)
NO MORE MEMORY LEAKS :D
Diffstat (limited to 'a.halk')
-rw-r--r--a.halk9
1 files changed, 9 insertions, 0 deletions
diff --git a/a.halk b/a.halk
new file mode 100644
index 0000000..b3ee89c
--- /dev/null
+++ b/a.halk
@@ -0,0 +1,9 @@
+`asdjfh`
+
+:str:foo. :int:mut:bar, :str:baz = {
+ for.(),{bar!=0; -=.bar,1},{
+ io/print.baz;
+ }
+}
+
+