aboutsummaryrefslogtreecommitdiff
path: root/examples/simple.halk
diff options
context:
space:
mode:
authors-over-42023-06-14 09:07:59 -0400
committers-over-42023-06-14 09:07:59 -0400
commit4c41e9f95d23f9ba322b2516164cd4bab0b439fa (patch)
tree588bade07dc280469a0b163b08ffa307a895de10 /examples/simple.halk
parent4b0d75d3dbfb85e10ee70c16000c48cf0de95740 (diff)
more util changes, the lexer is stuff fucked
Diffstat (limited to 'examples/simple.halk')
-rw-r--r--examples/simple.halk3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/simple.halk b/examples/simple.halk
index e424ad8..5a651e1 100644
--- a/examples/simple.halk
+++ b/examples/simple.halk
@@ -1 +1,2 @@
-:str:var = 'Hello';
+:str:mut:var = 'Hello';
+io/fprint.stdio, var;