]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.tutorial/scl/Tutorial/1.12 Tuples.md
Merge "Fix to OrderedSetTemplate, preference for autocompletion"
[simantics/platform.git] / bundles / org.simantics.scl.tutorial / scl / Tutorial / 1.12 Tuples.md
1 # Tuples\r
2 \r
3 A tuple is fixed length sequence of values that may have different types.\r
4 Tuples are constructed by listing their components in parentheses\r
5 \r
6     (1, "a", 5.4)\r
7 \r
8 ::value[Prelude/fst, Prelude/snd, Prelude/curry, Prelude/uncurry]\r