mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-06 05:08:04 +00:00
5 lines
69 B
Text
5 lines
69 B
Text
module [text, as_text]
|
|
|
|
text = "Hello, world!"
|
|
|
|
as_text = Num.to_str
|