home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / e / epmmac2.zip / RKEYSEL.E < prev    next >
Text File  |  1991-04-26  |  328b  |  10 lines

  1. ;      An if-block that gets included into select_edit_keys().
  2.    if ext='BAT' | ext='CMD' | ext='EXC' | ext='EXEC' | ext='XEDIT' then
  3.       getline line,1
  4.       if substr(line,1,2)='/*' or (line='' & .last = 1) then
  5.          keys   rexx_keys
  6.          'tabs' REXX_TABS
  7.          'ma'   REXX_MARGINS
  8.       endif
  9.    endif
  10.