@Allen:
your example didnīt work.
The script only wrote the vartype. Then it ends.

The solution of @Lonkero is the right one:
--------------
gets $b

if -14<$b
? "blabla"
endif
------------

Then all works.