An operating function (Prototype)
Go to file
Raymond Pasco 64f7f58143 Add ++lune/++nule Unix textfile arms
++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.
2016-02-29 17:04:06 -05:00
app reset on initial pull 2016-02-25 18:19:44 -05:00
arvo Add ++lune/++nule Unix textfile arms 2016-02-29 17:04:06 -05:00
gen Better handling of .^ in ames and ++mink 2016-02-18 13:44:17 -08:00
lib reset on initial pull 2016-02-25 18:19:44 -05:00
mar move tree-comments to separate renderer 2016-02-19 12:01:52 -08:00
ren move tree-comments to separate renderer 2016-02-19 12:01:52 -08:00
sur sign off on ren, sur, web 2016-02-17 15:25:53 -08:00
web fix homepage after bootstrap update 2016-02-24 16:31:02 -08:00
web.md fix homepage after bootstrap update 2016-02-24 16:31:02 -08:00