Coalesce operator for DWScript
Support for ?? (double question mark) as the coalesce operator has been added to DWScript.
The coalesce operator is a binary operator, which looks at its left operand, and if not “falsey”, returns it, otherwise returns its right operand.
is available.
A new pre-compiled release v2014.04.04 for the DWS WebServer is available from the
We’ve all encoutered reCAPTCHA, as it’s one of the few effective ways to protect form submissions from bots on the internet.
There is now an embryo of standard cryptography support for DWScript through the dwsCryptoLib module. The implementations are currently based on
As Google Code