aqua/aqua-src/hack.aqua
2022-03-03 17:54:45 +03:00

5 lines
83 B
Plaintext

func optionSugar() -> []u32:
str: *u32
for i <- ?[4, 5]:
str <<- i
<- str