mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-05 22:48:42 +00:00
13 lines
172 B
Text
13 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"
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
// ??????????????????????????
|
||
|
|
|
||
|
|
|