diff options
author | Eduardo Julian | 2021-06-24 03:42:57 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-06-24 03:42:57 -0400 |
commit | ce1a7a131f7c4df8eae5c019eba2893b56f04d46 (patch) | |
tree | 645c4b42c4b9bff141b7390d9f33f3f1fe4aeea1 /licentia | |
parent | a82bd1eabe94763162c2b0707d9c198fbe9835e3 (diff) |
Added a macro for type-casting JVM objects.
Diffstat (limited to 'licentia')
-rw-r--r-- | licentia/source/program/licentia/document.lux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/licentia/source/program/licentia/document.lux b/licentia/source/program/licentia/document.lux index 95c14e231..f56f0dbe7 100644 --- a/licentia/source/program/licentia/document.lux +++ b/licentia/source/program/licentia/document.lux @@ -30,6 +30,7 @@ (template [<name> <word>] [(def: #export <name> (-> (List Text) Text) + ## https://en.wikipedia.org/wiki/Serial_comma (text.join_with (format ", " <word> " ")))] [or "or"] |