Skip To Content

INTEGRAL

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

hello_world_1.i   

Version 2 — Using a shortcut

hello_world_2.i   

Version 3 — Using a lambda expression

hello_world_3.i   

Version 4 — Using a lambda expression and verbatim strings

hello_world_4.i   

Version 5 — Using a constant verbatim string

hello_world_5.i   

For Help With This Demo