r1 vs r2 | ||
---|---|---|
1 | 1 | -- This module provides easy processing of arguments passed to Scribunto from |
2 | 2 | -- #invoke. It is intended for use by other Lua modules, and should not be |
3 | 3 | -- called from #invoke directly. |
4 | ||
4 | -- [invoke(모듈 이름)] | |
5 | 5 | local libraryUtil = require('libraryUtil') |
6 | 6 | local checkType = libraryUtil.checkType |
7 | 7 | |
... | ... |