summaryrefslogtreecommitdiff
path: root/macros/generic/lt3luabridge/example.plaintex
blob: 2a0c73066f3ab1cfb1de23a126499edbc9641598 (plain)
1
2
3
4
\input lt3luabridge\relax
\luabridgeExecute{x = 1 -- this will have no effect due to sandboxing}
$ 1 + 2 = \luabridgeExecute{if x == nil then print(1 + 2) end} $
\bye