Changes

Jump to: navigation, search

Locomotive BASIC

81 bytes added, 12:35, 10 June 2011
==== <code>INSTR</code> ====
 
:INSTR ([startposition,]explored string, seeking string)
  <blockquote>This function looks inside "explored string" after "seeking string" and return a number where the found string appear for the first time. Returns zero if not successfull. Startposition could be a figure between 1 and 255.</blockquote><pre>a$="ABCD":PRINT INTR(a$,"C") - returns with "3"</pre>
==== <code>INT (n)</code> ====
20
edits