aboutsummaryrefslogtreecommitdiff
path: root/lux-r/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-r/source/program.lux')
-rw-r--r--lux-r/source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux
index 1a7dbe7f4..47a0b83b9 100644
--- a/lux-r/source/program.lux
+++ b/lux-r/source/program.lux
@@ -1,4 +1,4 @@
-(.using
+(.require
[lux (.except)
[program (.only program:)]
["[0]" ffi]
@@ -16,7 +16,7 @@
[parser
["<[0]>" code]]]
[data
- ["[0]" text (.open: "[1]#[0]" hash)
+ ["[0]" text (.use "[1]#[0]" hash)
["%" \\format (.only format)]
[encoding
["[0]" utf8]]]