From 572d9be5570122cf52da01b7399c1baba82d74a1 Mon Sep 17 00:00:00 2001 From: c+1 Date: Wed, 10 May 2023 09:49:45 -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 ae388eb..113d7da 100644 --- a/examples/hello.halk +++ b/examples/hello.halk @@ -10,7 +10,7 @@ let.hello -> 'hello, '; [variables must be give let.PI => math/PI; [namespaces are accessed with a '/'] [constants are denoted with a '=>'] -fn.greeting.to -> { [functions defined with: `fn.,,..., -> {};`] +fn.greeting,to -> { [functions defined with: `fn.,,..., -> {};`] let.message -> str.cat.hello,to; [functions are right-associative] stdo.message; [since 'io' was brought into global scope, we -- cgit v1.2.3