•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
r1 vs r5
11
-- This module provides easy processing of arguments passed to Scribunto from
22
-- #invoke. It is intended for use by other Lua modules, and should not be
33
-- called from #invoke directly.
4
4
-- [invoke(모듈 이름)]
55
local libraryUtil = require('libraryUtil')
66
local checkType = libraryUtil.checkType
77
......