BASIC I vs BASIC II
The BASIC II OSCLI keyword calls OSCLI, the command line interpreter, passing to it the contents of the string which follows. This allows several advantages over using the * command equivalent, including the ability to concatenate a string to pass to CLI using BASIC string handling functions, and putting more than one * command on a line of BASIC using a sequence of OSCLI statements.