8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
package component:subtract;
|
|
|
|
/// An example world for the component to target.
|
|
world example {
|
|
export execute: func(left: s32, right: s32) -> s32;
|
|
export get-definition: func() -> string;
|
|
}
|