Skip to content

Commit

Permalink
Maybe test comparison in arithmetic test script snippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Sep 20, 2024
1 parent c20d02c commit 30735d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/arithmetic.zhv
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ render! "Hello" != "world!";
render! 3.14 ? nil;
render! nil ? 3.14;
render! nil ? nil;

render! "Maybe: " + (maybe == maybe);

0 comments on commit 30735d4

Please sign in to comment.