Fernando:

There are trade-offs for a light-weight scripting language. Remember that the 16-bit version had to fit within the DOS memory. Also, KiXtart is a free-format language and does not impose restrictions like C++ with those damn ';' that I alwasy forget.

Also, most of use start with a regular script with normal variable names before starting to reduce variable names. That makes it easier to debug it. You can also use DEBUG ON in the first line of your script to run it in debug mode.
_________________________
There are two types of vessels, submarines and targets.