aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/integers.tm6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integers.tm b/test/integers.tm
index 02ae519b..bf15380c 100644
--- a/test/integers.tm
+++ b/test/integers.tm
@@ -130,3 +130,9 @@ func main():
= 1 : Int64
>> Int64(no)
= 0 : Int64
+
+ >> 4:choose(2)
+ = 6
+
+ >> 4:factorial()
+ = 24