8 lines
68 B
Plaintext
8 lines
68 B
Plaintext
// single line comment
|
|
log "a";
|
|
/*
|
|
multi
|
|
line
|
|
comment
|
|
*/
|
|
log "b"; |