diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/learnxiny.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/learnxiny.tm b/examples/learnxiny.tm index b585a2ab..7373f057 100644 --- a/examples/learnxiny.tm +++ b/examples/learnxiny.tm @@ -111,7 +111,7 @@ func main(): # The value returned is optional because none will be returned if the key # is not in the table: >> table["xxx"] - = none : Int + = none # Optional values can be converted to regular values using `!` (which will # create a runtime error if the value is null): |
