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