8 lines
147 B
Text
8 lines
147 B
Text
# Project : Undefined values
|
|
|
|
test()
|
|
func test
|
|
x=10 y=20
|
|
see islocal("x") + nl +
|
|
islocal("y") + nl +
|
|
islocal("z") + nl
|