diff options
author | c+1 | 2023-05-03 17:06:26 -0400 |
---|---|---|
committer | c+1 | 2023-05-03 17:06:26 -0400 |
commit | 7ced4218e9b8317b9d7d9e8489cf24d0f406cc5d (patch) | |
tree | 18fa4e7d17d0ca6937a65dc7fb08d27d1f3d10e2 /examples | |
parent | 616ee4299aacea36688115c722b8a03e77f59734 (diff) |
why
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hello.halk | 5 |
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; |