mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
15 lines
260 B
Plaintext
15 lines
260 B
Plaintext
aqua FooBars declares *
|
|
|
|
const DECLARE_CONST = "declare_const"
|
|
const DECLARE_CONST2 = "declare_const2"
|
|
|
|
-- alias SomeStruct: string
|
|
|
|
data SomeStruct:
|
|
a: string
|
|
|
|
-- service SomeStruct("ss"):
|
|
-- a() -> string
|
|
|
|
func foo() -> string:
|
|
<- "I am MyFooBar foo" |