roc/examples/cli/false-interpreter/platform/Stdout.roc
2024-08-28 16:37:01 +02:00

9 lines
149 B
Text

module [line, raw]
import pf.PlatformTasks
line : Str -> Task {} *
line = PlatformTasks.putLine
raw : Str -> Task {} *
raw = PlatformTasks.putRaw