Code: Select all
$execute = false;
if ($execute) { text $execute; }
$execute is false, not true^^Code: Select all
$execute = false;
if ($execute) { text $execute; }
$execute is false, not true^^echo 0xABCEDF12;) and binary numbers (echo 0b11111111;) were borked. The performance booster I added 20220816 was not yet perfect.