mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-04-01 05:41:14 +00:00
8 lines
104 B
Plaintext
8 lines
104 B
Plaintext
module Ret declares *
|
|
|
|
export someFunc
|
|
|
|
func someFunc(cb: []string -> ()):
|
|
ifaces: *string
|
|
cb(ifaces)
|