summaryrefslogtreecommitdiff
path: root/macros/generic/lt3luabridge/example.context
blob: ddadb585c8729125606a76550fdb5a49a39b2d8d (plain)
1
2
3
4
5
\usemodule[t][lt3luabridge]
\luabridgeExecute{x = 1 -- this will have no effect due to sandboxing}
\starttext
$ 1 + 2 = \luabridgeExecute{if true then print(1 + 2) end} $
\stoptext