36. Simplified commands ~~~~~~~~~~~~~~~~~~~ In the case of operations starting with a '*', you can omit the quotes round a filename. Thus you must have LOAD "name", but *LOAD name is OK. In the same way, you must have CHAIN "name", but *RUN name or just *RUN is OK. You can use the abbeviation */ for *RUN, eg */ Myprog.