This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
arf/tests/parser/func/main.arf
2022-08-25 13:31:09 -04:00

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
---