Simple 'Hello World'

The basic idea behind CXP pages is to mix HTML markup and Xbase++ code. Whenever Xbase++ code, either a single expression or a complete block of statements is inserted into a page, the code must be embedded between special start and end tags. This way, any valid Xbase++ code can be used to make the HTML content richer and data-driven. The CXC Builder automatically creates a binary for the CXP page the first time the page gets requested by a client browser. Future requests are fulfilled by the compiled native code only.

Related articles:
Run in new tab
Live editor
Result built with V2 2156
I'm a warning toast!
I'm a success toast!