formula
$amount = trigger.data.amount otherwise balance[base];
if ($amount > balance[base]) bounce("Invalid withdrawal amount. Maximum balance is " || balance[base]);
if ($amount <= 0) bounce("Invalid withdrawal amount. Enter a number greater than zero.");
if (trigger.address != var[$reference||'.owner']) bounce("Unauthorized");
failed: booleans cannot be compared with other types