mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-15 19:50:51 +00:00
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
service Op("op"):
|
|
noop: -> ()
|
|
|
|
func return_none() -> ?string:
|
|
result: *string
|
|
Op.noop()
|
|
<- result |