This is something else I uncovered while trying to convert compileman.php to LDPL: no uppercase/lowercase conversion in LDPL by default. I think it's handy to have these included in the language.
DATA:
input is text
output is text
PROCEDURE:
store "ldpl updates? great!" in input
convert input to uppercase in output
display "input: " input crlf
display "output: " output crlf
This is something else I uncovered while trying to convert compileman.php to LDPL: no uppercase/lowercase conversion in LDPL by default. I think it's handy to have these included in the language.