blob: ae83510cfbc4b387e0a2c683df74fb6e0f573db8 [file] [log] [blame]
x = true;
y = false;
z = x && y;
z = x || y;