diff options
author | Eduardo Julian | 2022-06-05 01:39:29 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-05 01:39:29 -0400 |
commit | f623de52d76ad8ec96feb048cd95a3fb150717e1 (patch) | |
tree | 92a53eb8e5a25287e59eb104716abe5cc2ebd60a /licentia/source/program | |
parent | 75e8244fd7914d2ac0c3622d2277b84c4bfa7ffb (diff) |
De-sigil-ification: : [Part 1]
Diffstat (limited to 'licentia/source/program')
-rw-r--r-- | licentia/source/program/licentia.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/licentia/source/program/licentia.lux b/licentia/source/program/licentia.lux index 518922e7c..1f4d30fe6 100644 --- a/licentia/source/program/licentia.lux +++ b/licentia/source/program/licentia.lux @@ -14,7 +14,7 @@ (.using [library [lux (.except) - [ffi (.only import:)] + [ffi (.only import)] [program (.only program:)] ["[0]" debug] [abstract @@ -45,7 +45,7 @@ (with_expansions [<expiry> "2022-04-01"] (to_do <expiry> "Create a short notice to add as a comment to each file in the _.work")) -(import: java/lang/String +(import java/lang/String "[1]::[0]" (trim [] java/lang/String)) |