lang_2023/tests/tuples.lang
ProgramSnail 0d62ae0814 debug
2023-03-31 12:10:12 +03:00

12 lines
172 B
Text

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