From 780bb78d78f74f25e8c781b2222b712803ebf66b Mon Sep 17 00:00:00 2001 From: c+1 Date: Wed, 10 May 2023 10:15:49 -0400 Subject: you saw nothing --- examples/hello.halk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello.halk b/examples/hello.halk index 113d7da..e6dc1a4 100644 --- a/examples/hello.halk +++ b/examples/hello.halk @@ -11,7 +11,7 @@ let.PI => math/PI; [namespaces are accesse [constants are denoted with a '=>'] fn.greeting,to -> { [functions defined with: `fn.,,..., -> {};`] - let.message -> str.cat.hello,to; [functions are right-associative] + let.message -> strcat.hello,to; [functions are right-associative] stdo.message; [since 'io' was brought into global scope, we do not prefix it with a namespace/] -- cgit v1.2.3