MC

From Lianjapedia
Jump to: navigation, search

Purpose

Open the Script Editor to edit program or other text files

Syntax

MC <filename> | (<expC>)

See Also

ED, MODIFY COMMAND, MODIFY FILE, VI

Description

MC opens the Script Editor to create or modify program files and other text files. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is present in the file name, then '.prg' is used.

MC is a synonym of the ED, MODIFY COMMAND, MODIFY FILE and VI commands.

Example

modify command myprogram
ed myprogram
mc myprogram
modify file myprogram
vi myprogram