|  bf7cdfba73 ```aiken
  fn foo() {
    let tuple = #(1, 2, 3, 4)
    tuple.1st + tuple.2nd + tuple.3rd + tuple.4th
  }
  ``` | ||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
|  bf7cdfba73 ```aiken
  fn foo() {
    let tuple = #(1, 2, 3, 4)
    tuple.1st + tuple.2nd + tuple.3rd + tuple.4th
  }
  ``` | ||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||