From 7ced4218e9b8317b9d7d9e8489cf24d0f406cc5d Mon Sep 17 00:00:00 2001 From: c+1 Date: Wed, 3 May 2023 17:06:26 -0400 Subject: why --- examples/hello.halk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/hello.halk') 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; -- cgit v1.2.3