kitten
kitten copied to clipboard
Add Command-Line Input
Kitten should offer a way to read arguments from the command line in some fashion, say:
def sysArgs( -> [[Char]] +IO):
__systemArguments // do your builtin magic!
Or whatever.