"Hello World!""Hello".<join " World!"/>
"Hello World!"2.<plus 3/>
5<font size=2.<plus 4/> > Hello World </>
<class my_first_app> <method htm_class> <FORM action=.simple_action> Type in some text: <INPUT name="a_value"/> <INPUT type="submit"/> </FORM> </method> <method simple_action a_value=req> <H1> You entered: <do a_value/> </H1> </method> </class>
<server my_first_app port=9090/>
<open_browser_window "http://localhost:9090"/>
© Copyright 2006 Clear Methods, Inc.