From 8afc5e6b37b4b212f7ffb85e7bca6b0dad6c12a0 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 25 Dec 2018 00:00:45 +0100 Subject: Add booleans, encoded as 1 and 0 --- test/basic.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/basic.test') 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) -- cgit v1.2.3