Pudu programming language
Menu
API reference

Std.Show.text

1 declaration

fn

text: Str -> Str

This 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.

Back to Std.ShowSearch related declarations