Comments: Difference between revisions

Content added Content deleted
No edit summary
Line 1,093: Line 1,093:
-- comment (yes, just several single-line comments).
-- comment (yes, just several single-line comments).
</lang>
</lang>

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


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