Skip to content

Commit 3f1f2c8

Browse files
committed
upd
1 parent a316a53 commit 3f1f2c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/types/tuple.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ Tuple types, of the form `[t1,t2,tN]`, are immutable sequences consisting of kno
44

55
```sx
66
[boolean,float]
7-
```
7+
```
8+
9+
Tuples are stored in an unpacked form internally wherever possible; therefore, accessing a tuple may box it into a new Object whenever requested. ShockScript does not intern tuple objects.

0 commit comments

Comments
 (0)