mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-10 23:28:01 +00:00
13 lines
251 B
Text
13 lines
251 B
Text
app [main] { pf: platform "platform/main.roc" }
|
|
|
|
import Issue2279Help
|
|
import pf.PlatformTasks
|
|
|
|
main =
|
|
text =
|
|
if Bool.true then
|
|
Issue2279Help.text
|
|
else
|
|
Issue2279Help.asText 42
|
|
|
|
PlatformTasks.putLine text
|