aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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;