06/16/81 APL context editing The MR9.0 release of APL offers some new requests which provide a context editing capability. These requests allow searching for a specified string in a function, substitution of one string for another, and selection of all lines in a function containing a specified string. Notes on Syntax: The context editing commands are provided as an extension to the regular APL editor. Request lines beginning with a dot are interpreted as context editing commands. A slash is used as the string delimiter. The slash character may not appear inside a search or substitution string. No other editor requests may follow a context request on the same line. Context searching: ./string/ Searches for the first line in the function containing "string". The search begins at the current line and proceeds to the end of the function, then continues from the top of the function to the original line. The line which contains "string" is displayed. If an empty search string is specified (//), the previous search string is used. The slash character may not appear in the search string. Reverse searching: .