Skip to content

Commit 5753318

Browse files
committed
Add print number test case
1 parent 7854731 commit 5753318

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#include "lib/tst_framework.bas"
2+
3+
INIT("Testing PRINT numbers")
14

25
PRINT CAST(UByte, 3)
36
PRINT CAST(Byte, 3)
@@ -7,3 +10,4 @@ PRINT CAST(Fixed, 3)
710
PRINT CAST(Float, 3)
811
PRINT "3"
912

13+
FINISH
6.75 KB
Binary file not shown.

0 commit comments

Comments
 (0)