| !Run file for WordCalc
|
if "<WordCalc$Running>" <> "" then error WordCalc is already running.
|
Set WordCalc$Dir <Obey$Dir>
Iconsprites <WordCalc$Dir>.!Sprites
|
RMEnsure ABCLibrary 4.14 RMLoad System:modules.ABCLib
RMEnsure ABCLibrary 4.14 Error WordCalc requires ABCLibrary version 4.14 or later.
|
WimpSlot -min 80k -max 80k
Run <WordCalc$Dir>.!RunImage %*0
