blob: 3726f097dfac20fb5125ee300839ea469aa084b9 (
plain) (
blame)
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
]
|