(let str (input "str> "))
(let num (toNumber (input "num> ")))
(if (nil? num)
(print "num is not a valid number"))