diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-05 02:29:11 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-05 02:29:11 -0400 |
| commit | c9198cb4807931096f6fcc310e567c27923ecccf (patch) | |
| tree | a30d1f35a7893be3289ae21e54dcdf17f3f412db /examples/learnxiny.tm | |
| parent | 4299f6e24305d61e6c63b6312af1db887bfa864c (diff) | |
More fixes
Diffstat (limited to 'examples/learnxiny.tm')
| -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): |
