Changes

Jump to: navigation, search

Locomotive BASIC

166 bytes added, 16:49, 2 March 2007
/* LOWER$ */
: Returns the logarithm to base 10 of n.
==== LOWER$ (se) ==== : [...]Returns a copy of se in which all alphabetical characters are converted to lower case (see also UPPER) : Example <pre>PRINT LOWER$("A1B2c3") - print a1b2c3</pre>
==== MAX (list of n) ====
Anonymous user