Mercurial > hg > Members > kono > nitros9-code
comparison docs/nitros9guide/ex.refentry @ 1053:b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
capitalization and quotes (") to show what was commands, files and just
text. With today's formatting, this is not necessary, so everywhere
capitalization was used to show a command the <command> element is now
used instead, and everywhere a file is mentioned the <filename> element is used.
author | roug |
---|---|
date | Thu, 20 Mar 2003 20:19:53 +0000 |
parents | c565a4700689 |
children | 4dae346c4969 |
comparison
equal
deleted
inserted
replaced
1052:6404be5d6368 | 1053:b5ff125a1d60 |
---|---|
31 program to execute a specific program, after which the shell is not | 31 program to execute a specific program, after which the shell is not |
32 needed. For instance, applications which only use BASIC09 need not | 32 needed. For instance, applications which only use BASIC09 need not |
33 waste memory space on SHELL. | 33 waste memory space on SHELL. |
34 </para> | 34 </para> |
35 <para> | 35 <para> |
36 The "ex" command should always be the last command on a shell input | 36 The <command>ex</command> command should always be the last command on a shell input |
37 line because any command line following will never be processed. | 37 line because any command line following will never be processed. |
38 </para> | 38 </para> |
39 <para> | 39 <para> |
40 NOTE: Since this is a built-in SHELL command, it does not appear in | 40 NOTE: Since this is a built-in SHELL command, it does not appear in |
41 the CMDS directory. | 41 the CMDS directory. |