11 lines
440 B
Plaintext
11 lines
440 B
Plaintext
|
|
// comment
|
|||
|
|
# comment
|
|||
|
|
/*
|
|||
|
|
com
|
|||
|
|
cond1 = (1 == 2) ? 1 : "foobar"
|
|||
|
|
bin1 = ((1+2)%3)*4
|
|||
|
|
esc1 = "\" \u \UFF11FF22 \uFFFF \n"
|
|||
|
|
|