xpp {
/* This is a
mixed syntax Superx++ program */
/* The first xout is in shortx syntax, while
the second is in XML-based syntax */
/* However, both
are definitely Superx++... */
xout("\r\nHello World!");
<xout>\r\nHamjambo Dunia!</xout>
/* Good manners... */
xout("\r\nBye bye World!");
}