EDIT

Synopsis
EDIT contentslist
ED contentslist
Description

Opens the definitions of the named item(s) in the editor.

See the Workspace Queries section for an explanation of the contentslist input.

Example
TO MYPROGRAM
  PRINT "Hrllo
END

MYPROGRAM
Hrllo
EDIT "MYPROGRAM
change Hrllo to Hello and exit editor
MYPROGRAM
Hello

SourceForge.net Logo