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