diff options
author | Camil Staps | 2018-12-25 00:00:45 +0100 |
---|---|---|
committer | Camil Staps | 2018-12-25 00:00:45 +0100 |
commit | 8afc5e6b37b4b212f7ffb85e7bca6b0dad6c12a0 (patch) | |
tree | 281cbde504097b12505e9d9793705f6189e3a4c8 /test/basic.test | |
parent | Add interactive shell (diff) |
Add booleans, encoded as 1 and 0
Diffstat (limited to 'test/basic.test')
-rw-r--r-- | test/basic.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/basic.test b/test/basic.test index b31be57..4492ffc 100644 --- a/test/basic.test +++ b/test/basic.test @@ -1,3 +1,5 @@ id x = x const x y = x const(3,5) * id(7) - const(10,2) +const(True,False) +const(False,37) |