Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit ada6ec5

Browse files
committed
Add [T] indexing set/get
1 parent ac3afe9 commit ada6ec5

5 files changed

Lines changed: 173 additions & 102 deletions

File tree

script.e2

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,9 @@ try {
4040
error("Hello world")
4141
} catch(Err) {
4242
print(Err)
43-
}
43+
}
44+
45+
T = table()
46+
T[1, vector] = vec()
47+
48+
print( T[1, vector] )

0 commit comments

Comments
 (0)