Comments: Difference between revisions

Content deleted Content added
Mmphosis (talk | contribs)
Applesoft BASIC
KenS (talk | contribs)
Line 1,118:
 
=={{header|FutureBasic}}==
<lang futurebasic>// Single line comment
'// Single line comment
' Single line comment
rem Single line comment
/* Single line comment */
 
/*
Multiline
comment
*/</lang>
</lang>
 
=={{header|FUZE BASIC}}==