Comments: Difference between revisions

Content added Content deleted
(Applesoft BASIC)
Line 1,118: Line 1,118:


=={{header|FutureBasic}}==
=={{header|FutureBasic}}==
<lang futurebasic>// Single line comment
<lang futurebasic>
' Single line comment
// Single line comment
' Single line comment
rem Single line comment
rem Single line comment
/* Single line comment */

/*
/*
Multiline
Multiline
comment
comment
*/</lang>
*/
</lang>


=={{header|FUZE BASIC}}==
=={{header|FUZE BASIC}}==