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/face/main.arf

21 lines
261 B
Plaintext
Raw Normal View History

2022-08-23 08:55:50 -06:00
:arf
---
2022-09-29 09:28:12 -06:00
face ro aReadWriter:Face
2022-08-23 08:55:50 -06:00
write
> data:{Byte ..}
< wrote:Int
< err:Error
read
> into:{Byte ..}
< read:Int
< err:Error
2022-09-29 09:28:12 -06:00
face ro bDestroyer:Face
2022-08-23 08:55:50 -06:00
destroy
2022-09-27 12:17:15 -06:00
face ro cFuncInterface:Func
2022-09-29 09:28:12 -06:00
> something:Int
< someOutput:Int
< otherOutput:String