helloWorldExample
@
safe @
()
=> label("Fluid is a library for creating user interfaces. The focus of the library is ease of use, making " ~ "it possible to design menus, input forms, controls and displays while minimizing amount of effort and " ~ "time."),
()
=> label("To start from the basics, Fluid programs are built using nodes. There's a number of " ~ "different node types; Each serves a different purpose and does something different. A good " ~ "initial example is the label node, which can be used to display text. Let's recreate the classic Hello " ~ "World program.") Label
helloWorldExample