aboutsummaryrefslogtreecommitdiff
path: root/test/bytes.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-15 15:33:47 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-15 15:33:47 -0400
commite422079fcced744e3a6247aeb12a09a658989072 (patch)
tree393d5e52ba67dcc822ccfa9a812198edda5e735d /test/bytes.tm
parent259c7efcf8c3808d8151d8e15f1167ad2b6f2ca7 (diff)
Add a Byte datatype
Diffstat (limited to 'test/bytes.tm')
-rw-r--r--test/bytes.tm8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/bytes.tm b/test/bytes.tm
new file mode 100644
index 00000000..4db94930
--- /dev/null
+++ b/test/bytes.tm
@@ -0,0 +1,8 @@
+
+func main():
+ !! Test bytes:
+ >> 100[B]
+ = 100[B]
+
+ >> 0xFF[B]
+ = 255[B]