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/examples/tokens/general.arf

12 lines
118 B
Plaintext
Raw Normal View History

2022-08-03 15:09:00 +00:00
:arf
require io
---
func rr main
> argc:Int
> argv:{String}
< status:Int
---
io.println [io.readln]
= status 0