Skip to content

Commit

Permalink
tbl
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroflag committed Dec 28, 2024
1 parent a7f6f59 commit 0dd7495
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test_table.eqx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ make-table 3 at 2 at 6 =assert
make-table 4 at "orange" =assert
make-table 5 at "grapes" =assert

var tbl
[ 1 2 3 4 5 ] -> tbl
tbl size 5 =assert
tbl size 1 + 1 do tbl i at i =assert loop

depth 0 =assert

0 comments on commit 0dd7495

Please sign in to comment.