aboutsummaryrefslogtreecommitdiff
path: root/tests/math/division/happy.neb
blob: dc0692dfbd0c26009dcbdc66bd19a5ca748a535b (plain)
1
2
3
4
5
6
7
8
(print 
    (concat
        (->string (/ 20 5)) " "
        (->string (/ 3.6 2)) " "
        (->string (/ 4 2.5)) " "
        (->string (/ 1.1 4.4))))

; 4 1.8 1.6 0.25