diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-15 15:33:47 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-15 15:33:47 -0400 |
| commit | e422079fcced744e3a6247aeb12a09a658989072 (patch) | |
| tree | 393d5e52ba67dcc822ccfa9a812198edda5e735d /test/lang.tm | |
| parent | 259c7efcf8c3808d8151d8e15f1167ad2b6f2ca7 (diff) | |
Add a Byte datatype
Diffstat (limited to 'test/lang.tm')
| -rw-r--r-- | test/lang.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lang.tm b/test/lang.tm index a637b442..e19c1e2a 100644 --- a/test/lang.tm +++ b/test/lang.tm @@ -33,7 +33,7 @@ func main(): >> $HTML"$(1 + 2)" = $HTML"3" - >> $HTML"$(3_i8)" + >> $HTML"$(3[8])" = $HTML"3" >> html:paragraph() |
