2 lines
76 B
Text
2 lines
76 B
Text
' This is a comment
|
|
i = i + 1 ' You can also append comments to statements
|
' This is a comment
|
|
i = i + 1 ' You can also append comments to statements
|