Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleCreate a file BAR.lua in the directory with a function

Try this:

Code Block
function FOObar()
   return "The world needs more FOO";
end
Expand
titleCommit your changes

...