mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-15 03:30:49 +00:00
5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
func optionSugar() -> []u32:
|
|
str: *u32
|
|
for i <- ?[4, 5]:
|
|
str <<- i
|
|
<- str |