8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
package root:component;
|
|
|
|
world root {
|
|
export a: func();
|
|
export b: func() -> string;
|
|
export c: func(x: string) -> string;
|
|
}
|