Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1074 → Rev 1075

/svarcom/trunk/cmd/for.c
92,7 → 92,7
nls_outputnl(18,1); /* "FOR %variable IN (set) DO command [parameters]" */
outputnl("");
nls_outputnl(18,2); /* "%variable A replaceable parameter name. (single letter)" */
nls_outputnl(18,3); /* "((set) One of more space-separated strings or filename wildcards." */
nls_outputnl(18,3); /* "(set) One of more space-separated strings or filename wildcards." */
nls_outputnl(18,4); /* "command The command to carry out for each matched file." */
nls_outputnl(18,5); /* "parameters Parameters or switches for the specified command." */
outputnl("");