Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
-- See: (find-RETRO "README") -- and: (find-RETRO "Makefile" "runluatest") assert(package.loadlib("./retro.so", "luaopen_retro"))() print("Before") retro_initialize() retro_eval("1 2 + putn cr words cr") retro_eval("11 212 * putn 2cr bye") retro_finish() print("\nAfter")