Advertisement
ColdIV

scm-issue-9-program

Sep 14th, 2022 (edited)
884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. local scm = require("./scm")
  2. -- make sure this still works
  3. scm:load("testLibrary")
  4. local t1 = scm:load("test-lib-1")
  5. local t2 = scm:load("test-lib-2")
  6. local t3 = scm:load("test-lib-3")
  7. print("Should print 1, 2, 3:")
  8. print (t1, t2, t3)
  9. print ("test-prog", "OK")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement