From 29a7ea8ff27061917f6e5352f9d1eb8ccad7c680 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 21 Oct 2008 10:34:07 -0400 Subject: num working for int --- tests/num.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/num.ur (limited to 'tests/num.ur') diff --git a/tests/num.ur b/tests/num.ur new file mode 100644 index 00000000..6dab5ac3 --- /dev/null +++ b/tests/num.ur @@ -0,0 +1,3 @@ +fun main () : transaction page = return + {txt _ (-1)}, {txt _ (1 + 1)}, {txt _ (9 - 3)}, {txt _ (9 * 3)}, {txt _ (9 / 3)}, {txt _ (9 % 3)} + -- cgit v1.2.3