Concept Framework 2.2 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: Sun Jan 27 18:15:17 2013 GMT | (c)2013 Devronium Applications |