diff options
author | s-over-4 | 2023-06-13 15:29:47 -0400 |
---|---|---|
committer | s-over-4 | 2023-06-13 15:29:47 -0400 |
commit | 0410bab11f4be35c22916935509a62a7e7bd8bd2 (patch) | |
tree | 51efa093abbdc1be32bc7e23e4d358ec1da347be /examples | |
parent | d1438b178e922f7eca9c9f63c475d62d75323518 (diff) |
ok
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hello.halk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/hello.halk b/examples/hello.halk index 0bd40fe..b0999cc 100644 --- a/examples/hello.halk +++ b/examples/hello.halk @@ -1,8 +1,6 @@ - -:str:hello = 'qwertyuiopasdfghjklzxcvbnm1234567890lakjsdhfpqiuelljaksdfbvvvviu3o4448y5o23ilfn'; +** :str:hello = 'hello, '; - :void:greeting. :str:to = { ` functions declared the same way as variables, but with a . after the name, followed by arguments ` |