Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
lua-until EOL
  dict["hello"] = function( ) print("hello") end
  dict["bye"]   = exit
EOL

hello
bye


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