powered by
Converts a BASIC program to lower case, except for any string literals.
LowerCode(p)
Returns the converted listing, as a character vector.
A BASIC program listing, as a character vector.
UpperCode
# Convert a program to lower case. LowerCode(c('10 LET X=X+1', '20 PRINT "Hello, World!"'))
Run the code above in your browser using DataLab