This repository has been archived on 2022-08-30. You can view files and clone it, but cannot push or open issues or pull requests.
arf/tests/parser/func/main.arf

19 lines
203 B
Plaintext

:arf
---
func ro basicExternal
> someInput:Int:mut
< someOutput:Int 4
---
external
func ro method
@ bird:{Bird}
> someInput:Int:mut
< someOutput:Int 4
---
external
func ro basicPhrases
---