const Thing = 0
when declared(Thing):
const otherThing = 0
when declared(otherThing):
echo "we are here"
Runthis works
const Thing = 0
when declared(Thing):
const otherThing = 0
when declared(otherThing):
echo "we are here"
Runthis works