mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
11 lines
114 B
Text
11 lines
114 B
Text
var a;
|
|
|
|
function foo()
|
|
var b;
|
|
foreach c in a
|
|
var x;
|
|
endforeach
|
|
var d;
|
|
endfunction
|
|
|
|
foo();
|