mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-08 14:18:03 +00:00
7 lines
135 B
Text
7 lines
135 B
Text
hosted [put_line!, put_int!, get_int!]
|
|
|
|
put_line! : Str => {}
|
|
|
|
put_int! : I64 => {}
|
|
|
|
get_int! : {} => { value : I64, is_error : Bool }
|