Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
lua-until EOL
  print("hello")
EOL

lua-until EOL
  print("bye")
  exit()
EOL


#*
cd ~/miniforth/
mylua -f miniforth1.lua test1.mflua
#*