mirror of
https://github.com/urbit/shrub.git
synced 2024-12-12 10:29:01 +03:00
An operating function (Prototype)
64f7f58143
++lune parses a cord to a list of lines, which must all be terminated by a newline. The cord can be the empty string; this gives an empty list of zero lines. Make sure to validate that any cords you use ++lune on are either the empty string or end in a final newline; noeol textfiles are invalid and you must use ++lore on them. ++nule is the inverse operation to ++lune; it takes a list of cords and joins them into a single cord, with each line in the list terminated by a newline character. This list can be empty, which will produce the empty cord. |
||
---|---|---|
app | ||
arvo | ||
gen | ||
lib | ||
mar | ||
ren | ||
sur | ||
web | ||
web.md |