lang_2023/tests/tuples.lang
2023-05-13 14:54:48 +03:00

8 lines
135 B
Text

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