Changeset 13744 for trunk/FACT++/src
- Timestamp:
- 05/16/12 09:03:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Readline.cc
r13731 r13744 956 956 fprintf(rl_outstream, " .x file:N .. Execute a script of commands, start at label N\n"); 957 957 fprintf(rl_outstream, " .j N Forward jump to label N\n"); 958 fprintf(rl_outstream, " : N Defines a label \n");958 fprintf(rl_outstream, " : N Defines a label (N=number)\n"); 959 959 fprintf(rl_outstream, " # comment Ignored\n"); 960 960 fprintf(rl_outstream, " .q,quit Quit\n");
Note:
See TracChangeset
for help on using the changeset viewer.