This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dcl_lexical_functions [2018/12/03 19:56] lricker |
dcl_lexical_functions [2018/12/03 20:02] lricker add another See Also... example |
||
---|---|---|---|
Line 32: | Line 32: | ||
<code> | <code> | ||
$ HELP LEX F$EDIT | $ HELP LEX F$EDIT | ||
- | (...displays the help-text for the F$EDIT lexical function) | + | (...displays the help-text for the F$EDIT lexical function...) |
</code> | </code> | ||
Line 130: | Line 130: | ||
* [[Command File Parameters#But My Script Needs More Than 8 Parameters]] for use of ''F$ELEMENT'' and ''F$EDIT''. | * [[Command File Parameters#But My Script Needs More Than 8 Parameters]] for use of ''F$ELEMENT'' and ''F$EDIT''. | ||
+ | * [[Global and Local Symbol Assignment#Demonstrating Command Procedure Depth]] for an example of using ''F$ENVIRONMENT("DEPTH")''. |