364b8f88 ^
1 2 3 4 5 6 7 8
# To provide commandline args to a Mu program, use '--'. In this case: # $ ./mu args.mu -- abc # abc def main text:text [ local-scope load-inputs $print text 10/newline ]