September 2017
Intermediate to advanced
408 pages
9h 25m
English
The double ampersand is usually used as an AND condition within the if statement in JavaScript and other programming languages. However, using && in Jelly script may cause errors. We can use the ${AMP} or $[AMP] tag, depending on the phase.
For example:
if (x == y ${AND} a != b ) varc = d;
Read now
Unlock full access