Contact Details
No response
Compiler version
v1.19.0-beta7
What happened?
This code won't compile:
sub A
print "A"
end sub
sub B
sub A
print "B.A"
end sub
A
end sub
A
B
The expected output is:
Error and Warning messages
error: Duplicate function name 'A', previously defined at 1
Code of Conduct
Contact Details
No response
Compiler version
v1.19.0-beta7
What happened?
This code won't compile:
The expected output is:
Error and Warning messages
Code of Conduct