Why is it that some examples show “require” being used without parentheses and some show it with them?
[lua]local openfeint = require “openfeint”[/lua]
and
[lua]local ui = require(“ui”)[/lua]
Is there a difference? [import]uid: 1560 topic_id: 4541 reply_id: 304541[/import]