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-js/source | |
parent | c234d5d25331d6ed3b9455ce8c93ec4d34402f91 (diff) |
"module:" => "using"
Diffstat (limited to 'lux-js/source')
-rw-r--r-- | lux-js/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index bb03f2c94..43f03a501 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -1,4 +1,4 @@ -(.module: +(.using [library [lux "*" [program {"+" program:}] |