home *** CD-ROM | disk | FTP | other *** search
-
- key template command-line prompt(s) example -->
-
- nk7 main ----- -----
- nk8 function (with args) function name `func1'
- nk9 function (no args) function name `func2'
- nk4 struct struct tag <CR> struct name `struct_tag' <CR> `struct_name'
- nk5 union union tag <CR> union name `union_tag' <CR> `union_name'
- nk6 ----- ----- -----
- nk1 switch branch expression `counter'
- nk2 case integer constant `3'
- nk3 for init, test & reinit expr `i=1; i<10; i++'
- nk0 if test expression ` !(i<j) '
- nk. ifelse test expression ` (i<j) && (j<k) '
- nk- do continuation ocndition `(i*j) < 10'
- enter while continuation condition ` (i/k) > 20 '
-
- IMPORTANT: Don't forget the closing quote (and preceding space, if required)!
-
-
-