argparse.icn: Procedure to parse pseudo-command-line

link argparse
November 14, 1991; Ralph E. Griswold
This file is in the public domain.

argparse(s) parses s as if it were a command line and puts the components in
in a list, which is returned.

At present, it does not accept any escape conventions.

Source code | Program Library Page | Icon Home Page