mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
11 lines
84 B
Plaintext
11 lines
84 B
Plaintext
// single line comment
|
|
|
|
/*
|
|
multi
|
|
line
|
|
comment
|
|
*/
|
|
|
|
var x = 1;
|
|
var array = [1, 2, 3];
|