aboutsummaryrefslogtreecommitdiff
path: root/examples/simple.halk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple.halk')
-rw-r--r--examples/simple.halk4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/simple.halk b/examples/simple.halk
index e100f75..6d88314 100644
--- a/examples/simple.halk
+++ b/examples/simple.halk
@@ -1,3 +1,3 @@
-:str:mut:var = 'Hello';
+:str:var = 'Hello';
-io/fprint.stdio, var;
+fprint.stdio, strcat.var, '\n';