HTML Output Demo — “Hello World” Page
Learning a new language usually starts with a simple “Hello world” program. Here are a few ways to say “Hello world” using INTEGRAL DSL.
NOTE: Web Browsers And Cross-Site Scripting
Version 1 — Simple but verbose
Version 2 — Using a shortcut
Version 3 — Using a lambda expression
Version 4 — Using a lambda expression and verbatim strings
Version 5 — Using a constant verbatim string
For Help With This Demo
- Check the ::my.app.Print function in INTEGRAL DSL Reference Guide.
- Check the Squirrel 3.1 Reference Manual (HTML)
or Squirrel 3.1 Reference Manual (PDF)
for an overview of the Squirrel language.