Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 15th, 2012  |  syntax: None  |  size: 0.22 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. local examplemod = require "examplemodule"
  2.  
  3. examplemod.testFunction1()    -- prints "Test 1" to terminal
  4. examplemod.testFunction2()    -- prints "Test 2" to terminal
  5. examplemod.testFunction3()    -- prints "Test 3" to terminal