roc/crates/cli/tests/test-projects/false-interpreter/platform/Stdout.roc
2024-12-16 14:38:36 -08:00

11 lines
152 B
Text

module [line!, raw!]
import pf.Host
line! : Str => {}
line! = \text ->
Host.putLine! text
raw! : Str => {}
raw! = \text ->
Host.putRaw! text