[clean-list] Passing commandline arguments to a clean program

Sander van den Berg xkb@hypernation.net
Tue, 07 Sep 2004 11:24:18 +0200


Hello list,

Is it possible to pass commandline arguments to a Clean program.

For example:
freqList filename.txt

and in freqList:

Start :: *world -> *world
Start = makeFreqList (openfile command_line_argument)

(Just an example, not working or anything)

Regards,

Sander