AutoCLIspc 1.05 (06 Nov 2020)  nemo 2019-2020
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The rules about which characters are allowed in a Star Command are somewhat
arcane in RISC OS, and different from the BBC Micro OS. In particular, digits
are seen as part of the command name and not a parameter. This means RISC OS
has to go to special lengths to allow "FX0" to work.

AutoCLIspc extends this principle to all Star Commands  if you type something
ending in digits that doesn't match any built-in command, library command
or runnable file, AutoCLIspc will insert a space before the digits and try
again.

This means that if you have a command "MODE" for changing screen mode, you can
type "MODE0" just like in BASIC and it will work. I'm always doing that.

New for 1.05 is the addition of splitting on quotes too, solving the assymmetry
between built-in commands and library commands  *Echo"Foo" works as expected,
but *LibraryCommand"Foo" produced a bad filename... until now.

Installation
~~~~~~~~~~~~
Stick it in <Boot$ToBeLoaded> (!Boot...Boot.PreDesk) and that's it.

Licence
~~~~~~~
Copy, distribute, reverse-engineer and adopt into a major OS of your choice,
as you see fit.

nemo MMXIX-MMXX