mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 22:50:18 +00:00
7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
|
module Ret declares *
|
||
|
|
||
|
export someFunc
|
||
|
|
||
|
func someFunc(cb: []string -> ()):
|
||
|
ifaces: *string
|
||
|
cb(ifaces)
|