Basic test file for interface section

This commit is contained in:
Sasha Koshka 2022-08-23 10:55:50 -04:00
parent 15d1b602b3
commit f95c7e0b1c
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
:arf
---
face ro ReadWriter
write
> data:{Byte ..}
< wrote:Int
< err:Error
read
> into:{Byte ..}
< read:Int
< err:Error
face ro Destroyer
destroy