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

this works

Reply via email to