28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
|
|
// comment
|
|||
|
|
# comment
|
|||
|
|
/*
|
|||
|
|
comment
|
|||
|
|
*/
|
|||
|
|
==esource_2 "strlit1" "strlit2" o" ]
|
|||
|
|
tupl2 { foo = "baz" } )
|
|||
|
|
cond1 = (1 == 2) ? 1 : "fo.bar"
|
|||
|
|
bin1 = ((1+2)%3)*4
|
|||
|
|
esc1 = "\" \u \UFF11FF22 \uFFFF \n"
|
|||
|
|
|