Pudu programming language
Menu
API reference

Std.Html.Build.words

1 declaration

fn

words: Str -> Std.Html.Build.Node

This is a callable function.

What it does

Text as a node, so it can appear in a list beside elements. Escaped.

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.Html.BuildSearch related declarations