Contact Details
No response
Compiler version
v1.19.0-beta7
What happened?
I know that this is not yet supported, so it is more a feature than a bug.
sub Outer(outerParam as integer)
dim outerVar = 1
sub Inner(innerParam as integer)
dim innerVar = 10
print outerParam; " "; outerVar
print innerParam; " "; innerVar
end sub
Inner 20
end sub
Outer 2
The actual result is:
The expected result is:
Error and Warning messages
Code of Conduct
Contact Details
No response
Compiler version
v1.19.0-beta7
What happened?
I know that this is not yet supported, so it is more a feature than a bug.
The actual result is:
The expected result is:
Error and Warning messages
Code of Conduct