19 lines
145 B
Plaintext
19 lines
145 B
Plaintext
//invalid,Call to unknown function 'bar' at 9:7:END:
|
|
|
|
function int => foo
|
|
{
|
|
while
|
|
{
|
|
if
|
|
{
|
|
bar
|
|
}
|
|
else
|
|
{
|
|
1 -
|
|
}
|
|
}
|
|
deq
|
|
}
|
|
|
|
42 foo |