Std.Show.text
1 declaration
fn
text: Str -> StrThis is a callable function.
What it does
Text as itself, and anything else rendered.
This is what a program wants when it is building a message: the quotes on a
rendered string are for a reader inspecting a value, not for a reader of the
message it ends up in.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
