diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-11 01:31:31 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-11 01:31:31 -0400 |
| commit | 7126755275f12e6278031e78ff33f65801b133dd (patch) | |
| tree | 7f43f3449eb7bb69b0879dd41eb174e89fdc34cc /test/tables.tm | |
| parent | 89234e34e292861fccb8e5bdbefc695a7e443eea (diff) | |
Add optional types
Diffstat (limited to 'test/tables.tm')
| -rw-r--r-- | test/tables.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tables.tm b/test/tables.tm index 7b3595b6..e59283ed 100644 --- a/test/tables.tm +++ b/test/tables.tm @@ -38,7 +38,7 @@ func main(): >> t2.length = 1 >> t2.fallback - = @%{"one":1, "two":2}? + = {"one":1, "two":2}? t2_str := "" for k,v in t2: |
