RosettaCodeData/Task/Comments/FutureBasic/comments.basic

10 lines
129 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
// Single line comment
' Single line comment
rem Single line comment
/* Single line comment */
/*
Multiline
comment
*/