roc/crates/cli/tests/test-projects/false-interpreter/platform/Stdout.roc

11 lines
156 B
Text

module [line!, raw!]
import pf.Host
line! : Str => {}
line! = \text ->
Host.put_line!(text)
raw! : Str => {}
raw! = \text ->
Host.put_raw!(text)