1 2 3 4 5 6 7
(print (concat (->string (floor 5)) " " (->string (floor 3.6)) " " (->string (floor 2.5)))) ; 5 3 2