aboutsummaryrefslogtreecommitdiff
path: root/tests/math/floor/happy.neb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/math/floor/happy.neb')
-rw-r--r--tests/math/floor/happy.neb7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/math/floor/happy.neb b/tests/math/floor/happy.neb
new file mode 100644
index 0000000..7fda23e
--- /dev/null
+++ b/tests/math/floor/happy.neb
@@ -0,0 +1,7 @@
+(print
+ (concat
+ (->string (floor 5)) " "
+ (->string (floor 3.6)) " "
+ (->string (floor 2.5))))
+
+; 5 3 2