Skip to content

Commit

Permalink
Updated test suite script file for digits.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 4, 2024
1 parent 9888659 commit 3112798
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/digits.zhv
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/zhivo

val bin = 0b001000;
val tri = 0t22;
val oct = 0c10;
val dec = 8.0;
val hex = 0x08;
val bin = 0b001000,
tri = 0t22,
oct = 0c10,
dec = 8.0,
hex = 0x08;

render! "Binary: " + bin;
render! "Trinary: " + tri;
Expand Down

0 comments on commit 3112798

Please sign in to comment.