Concept Framework 1.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
operator<< | operator | public | version 1.0 | no |
operator<< (x) |
x | the element to output (string, number, array, anything) |
The equivalent of the echo keyword. This operator should be used to output text to the web document. If the BeginDocument function was not called before, a ConceptException will be raised. |
var doc=new WebDocument(); |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:01 2009 GMT | (c)2009 RadGs Software |