aboutsummaryrefslogtreecommitdiff
path: root/examples/hello.halk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello.halk')
-rw-r--r--examples/hello.halk5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/hello.halk b/examples/hello.halk
index da10494..69967a4 100644
--- a/examples/hello.halk
+++ b/examples/hello.halk
@@ -1,5 +1,6 @@
USE."io";
-message="Hello, World!";
+message._="Hello, World!";
+
+io~o.message._;
-io~o.message;