<?php $x = 10; if (0 <= $x <= 42) { echo 'x is in [0, 42]'; }
You have javascript disabled. You will not be able to edit any code.