home *** CD-ROM | disk | FTP | other *** search
-
- key template command-line prompt(s) example -->
-
- nk7 SUBROUTINE subroutine name `SUB1'
- nk8 FUNCTION function type <CR> function name `LOGICAL' <CR> `FUNC1'
- nk9 ----- ----- -----
- nk4 ----- ----- -----
- nk5 ----- ----- -----
- nk6 ----- ----- -----
- nk1 DO label counter=low,high,step `10 I = 1,11,2'
- nk2 IF test condition `I .LE. 10'
- nk3 IFELSE test condition `(I .LE. 10) .AND. (J .GE. I)'
- nk0 ----- ----- -----
- nk. ELSEIF test condition `.NOT. DONE'
- nk- ----- ----- -----
- enter ----- ----- -----
-
- IMPORTANT: Don't forget the closing quote (and preceding space, if required)!
-
-
-