lang_2023/tests/tuples.lang

13 lines
172 B
Text
Raw Normal View History

2023-03-31 12:10:12 +03:00
decl test_tuples : Unit -> Unit
def test_tuples = {
var tuple1 = & "a" & 2 & "hello"
const & t1 & t2 & t3 = f x
; tuple1.0 = "b"
}
// ??????????????????????????