Strip comments from a string: Difference between revisions

Content added Content deleted
Line 369: Line 369:
220 LET FNstripcomment$=RTRIM$(text$)
220 LET FNstripcomment$=RTRIM$(text$)
230 END FUNCTION</lang>
230 END FUNCTION</lang>
Output:
<pre>
"apples, pears"
"apples, pears"
" apples, pears"</pre>


=={{header|Bracmat}}==
=={{header|Bracmat}}==