test_0002.muesli 46 B

1234567891011
  1. to foo {
  2. p "Foo"
  3. }
  4. foo
  5. p "OK"
  6. exit 0 .