4 lines
92 B
Text
4 lines
92 B
Text
' Basic line comment
|
|
; Assembly code line comment
|
|
// C line comment
|
|
/* C block comment */
|