lang_2023/tests/tuples.lang
2023-04-25 21:21:36 +03:00

7 lines
138 B
Text

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