var $input = 99.9 var $output = call floor $num=$input print input = $input
print output = $output