This commit is contained in:
cozis
2022-04-06 13:40:55 +02:00
parent ed63f09b57
commit 13f80915c7
3 changed files with 9 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
fun f() return 1, 2;
print((a, b) = f(), '\n');