proc copyOneLevel(n: Obj): Obj =
      result = Obj()
      result[] = n[]
    
    
    Run

Now give me my cigar.

Reply via email to