Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
ASSERT | version 1.0 | no |
boolean ASSERT(boolean condition[, string szErrorMessage=""]) |
condition | if false, a run time error will be fired |
szErrorMessage | the error message text |
Asserts for a condition. |
... var a=0, b=5; ASSERT(a!=0,"Division by 0"); echo b/a; ... |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT | (c)2011 RadGs Software |