Jump to content

Strip comments from a string: Difference between revisions

→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)"
(Strip comments from a string in BASIC256)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 2,104:
</syntaxhighlight>
 
=={{header|V (Vlang)}}==
<syntaxhighlight lang="v (vlang)">const comment_chars = "#;"
 
fn main() {
451

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.