aboutsummaryrefslogtreecommitdiff
path: root/lux-r
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lux-r/source/program.lux2
-rw-r--r--lux-r/source/test/program.lux2
-rw-r--r--lux-ruby/source/program.lux2
3 files changed, 3 insertions, 3 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
diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux
index 5f308c0ca..f2e429d15 100644
--- a/lux-ruby/source/program.lux
+++ b/lux-ruby/source/program.lux
@@ -1,4 +1,4 @@
-(.module:
+(.using
[library
[lux "*"
[program {"+" program:}]