aboutsummaryrefslogtreecommitdiff
path: root/lux-r
diff options
context:
space:
mode:
Diffstat (limited to 'lux-r')
-rw-r--r--lux-r/source/program.lux2
-rw-r--r--lux-r/source/test/program.lux2
2 files changed, 2 insertions, 2 deletions
diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux
index 991fd68dd..a9908b445 100644
--- a/lux-r/source/program.lux
+++ b/lux-r/source/program.lux
@@ -1,4 +1,4 @@
-(.module:
+(.using
[lux "*"
[program {"+" program:}]
["[0]" ffi]
diff --git a/lux-r/source/test/program.lux b/lux-r/source/test/program.lux
index cbce7b97e..112225a56 100644
--- a/lux-r/source/test/program.lux
+++ b/lux-r/source/test/program.lux
@@ -1,4 +1,4 @@
-(.module:
+(.using
[lux "*"
["_" test {"+" Test}]
[control