laptop > tm-cli-go echo.tm 2
OUT instruction prints: 2

laptop > tm-cli-go echo.tm s
(null) is not a valid command line argument
true, false or integer values are valid arguments

laptop > tm-cli-go echo.tm true
OUT instruction prints: 1

laptop > tm-cli-go echo.tm false
OUT instruction prints: 0
