This is the initial release of a plugin that adds @formulas to SSJS.
This release contains 2 new functions that are not available inSSJS by now
@URLEncode(String s, String encScheme) and @URLDecode(String s, String encScheme)
if encScheme is omitted, UTF-8 is the default.