From e422079fcced744e3a6247aeb12a09a658989072 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 15 Sep 2024 15:33:47 -0400 Subject: Add a Byte datatype --- test/bytes.tm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/bytes.tm (limited to 'test/bytes.tm') 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] -- cgit v1.2.3