Strip comments from a string: Difference between revisions

m
ANSI BASIC and BASIC256 moved to the BASIC section.
m (RPL: more comment)
m (ANSI BASIC and BASIC256 moved to the BASIC section.)
Line 494:
}</syntaxhighlight>
 
=={{header|ANSI BASIC}}==
==={{header|ANSI BASIC}}===
<syntaxhighlight lang="ansibasic">100 DECLARE EXTERNAL FUNCTION FNstripcomment$
110 LET marker$="#;"
Line 515 ⟶ 516:
" apples, pears"</pre>
 
==={{header|BASIC256}}===
{{trans|FreeBASIC}}
<syntaxhighlight lang="freebasic">arraybase 1
511

edits