RosettaCodeData/Task/Comments/REALbasic/comments.realbasic
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

3 lines
216 B
Text

//Comments are denoted by a preceding double slash or or single quote
'and continue to the end of the line. There are no multi-line comment blocks
Dim foo As Integer //Comments can also occupy the ends of code lines