My proposal for documentation enhancement of thinBasic Modules > OS (Operating System) > OS_GetCommand

Remarks
At position 0 there is always the full command line.

When launching script from thinAir:
- At position 1 there is special symbol.
- At position 2 there is full path of the script file
- Real commands start at position 3

When launching script from shell:
- At position 1 there is full path of the script file
- Real commands start at position 2