diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-04-30 13:18:47 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-04-30 13:18:47 -0400 |
| commit | 2e27b88c1b9fa8ec9b9f243909f5b793b376f207 (patch) | |
| tree | f70433489c8a1fbf3bae6bf4cce364f6bdf8c9f7 /test/tables.tm | |
| parent | 3c0a8f0b899a343f43caf9c95147b2cf77a7b525 (diff) | |
Improved syntax for optionals
Diffstat (limited to 'test/tables.tm')
| -rw-r--r-- | test/tables.tm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tables.tm b/test/tables.tm index 8609e522..4c61bb77 100644 --- a/test/tables.tm +++ b/test/tables.tm @@ -18,7 +18,7 @@ func main(): >> #t = 2 >> t.default - = ?%999 + = @%999? >> t.fallback = !{Text:Int} @@ -42,7 +42,7 @@ func main(): >> t2.default = !Int >> t2.fallback - = ?%{"one":1, "two":2; default=999} + = @%{"one":1, "two":2; default=999}? t2_str := "" for k,v in t2: |
