It doesn't even work in Python properly, ymmv:
    
    
    x = 4
    
    def f():
      # need to tell Python here what it should already know:
      global x
      print x
    
    
    Run

Reply via email to