Superx++: FAQ
| Superx++ is the world's first general purpose language based on the XML version
1.0 specification. |
Superx++
| Compiled object-oriented language fully based on XML syntax; conforms to XML
version 1.0 specification as published by W3C. Descriptions, documents, FAQ ... |
Version Docs beta 0.2.4 beta 0.2.3 beta 0.2.2 beta 0.2 Software ...
| Downloads. Superx++ Executable · Superx++ Source. TopXML. Samples on TopXML.
Articles. shortx: New C like Syntax for Superx++ · Intro to Superx++ software ... |
Superx++ Lexicon: <do> ... <cond> statement
| Purpose, The <do> ... <cond> statement is used to loop repeatedly while a condition
is true. At each iteration of the loop some Superx++ statements can be ... |
<xpp>
| <xpp>. <class name="XOxygen" inherit="">. <construct/>. <scope type="public">.
<func type="void" name="RecurPrint">. <parm type="string" name="s" ... |
Superx++ Lexicon: <dbselect> statement
| Purpose, The <dbselect> statement is used to execute SQL SELECT statements on a
database via a created connection. This first implementation of the Superx++ ... |
Superx++ Lexicon: Basics Before Beginning
| Purpose, This page explains in brief detail some things that you need to understand
before ploughing into Superx++. Many of these concepts are general to ... |
Superx++ Lexicon: Calculation Functions
| Purpose, The following functions are used in Superx++ within the <expr> clause
of the <eval> statement to perform various calculation functions. ... |
Superx++ Lexicon: <class> statement
| Purpose, The <class> statement is used to define a class and load it into the
run-time class memory or to redefine an existing class. ... |
Superx++ Services Specification
| Superx++ Services Specification. What are Superx++ Services? Superx++ services
are program services that are published on the web that can be executed ... |