Name

CommandLine::Scan — Scan a command line from stdin, return it split into a list

Synopsis

Import CommandLine;
list<string> CommandLine::Scan (void); 

Return Value

list<string>

the list of command line parts, nil for end of file