diff options
Diffstat (limited to 'examples/learnxiny.tm')
| -rw-r--r-- | examples/learnxiny.tm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/learnxiny.tm b/examples/learnxiny.tm index 7373f057..ecb1140f 100644 --- a/examples/learnxiny.tm +++ b/examples/learnxiny.tm @@ -9,9 +9,6 @@ func main(): # Print to the console say("Hello world!") - # You can also use !! as a shorthand: - !! This is the same as using say(), but a bit easier to type - # Declare a variable with ':=' (the type is inferred to be integer) my_variable := 123 |
