> Tuples are defined like an object, but with square brackets on the same line

You can define them exactly the same as the objects (so there you go, another 
example for your "more than should be necessary" syntax list :))
    
    
    type
      Person = tuple
        name: string
        age: int
    
    
    Run

Reply via email to