lang_2023/tests/tuples.lang
2023-05-11 23:14:36 +03:00

8 lines
140 B
Text

decl test_tuples : Unit -> Unit
def test_tuples = {
var tuple1 = & "a" & 2 & "hello"
const & t1 & t2 & t3 = f: x
; tuple1`0 = "b"
}