summaryrefslogtreecommitdiff
path: root/macros/generic/lt3luabridge/example.context
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/lt3luabridge/example.context')
-rw-r--r--macros/generic/lt3luabridge/example.context4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/generic/lt3luabridge/example.context b/macros/generic/lt3luabridge/example.context
new file mode 100644
index 0000000000..2e64215333
--- /dev/null
+++ b/macros/generic/lt3luabridge/example.context
@@ -0,0 +1,4 @@
+\usemodule[t][lt3luabridge]
+\starttext
+$ 1 + 2 = \luabridgeExecute{ print(1 + 2) } $
+\stoptext