12 lines
122 B
Plaintext
12 lines
122 B
Plaintext
|
{
|
||
|
;;;
|
||
|
|
||
|
(do
|
||
|
(printf "hello\n")
|
||
|
(printf "hello\n")
|
||
|
);;
|
||
|
|
||
|
k := [10 ; 20 ]; ##ERROR: syntax error - unexpected semicolon
|
||
|
|
||
|
}
|