diff options
author | Eduardo Julian | 2021-09-15 21:22:09 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-15 21:22:09 -0400 |
commit | a8536d6f44345d7ef86cdc9c67e6efbe80f024de (patch) | |
tree | 6ea9c4dc2abb4484ddc6e9b2b578250758a1d99e /lux-r | |
parent | c234d5d25331d6ed3b9455ce8c93ec4d34402f91 (diff) |
"module:" => "using"
Diffstat (limited to 'lux-r')
-rw-r--r-- | lux-r/source/program.lux | 2 | ||||
-rw-r--r-- | lux-r/source/test/program.lux | 2 |
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 |