diff options
author | c+1 | 2023-05-10 09:49:45 -0400 |
---|---|---|
committer | c+1 | 2023-05-10 09:49:45 -0400 |
commit | 572d9be5570122cf52da01b7399c1baba82d74a1 (patch) | |
tree | 68d8092e794895a6883d2f78c37f3d682b38474e /examples | |
parent | 18d845732524d0b2982374135e0d24abfe8c0a5e (diff) |
you saw nothing
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hello.halk | 2 |
1 files changed, 1 insertions, 1 deletions
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.<name>,<argument>,..., -> {<body>};`] +fn.greeting,to -> { [functions defined with: `fn.<name>,<argument>,..., -> {<body>};`] let.message -> str.cat.hello,to; [functions are right-associative] stdo.message; [since 'io' was brought into global scope, we |