Files
lpmj6/4/27.php
T
2021-04-18 11:18:28 +01:00

4 lines
48 B
PHP

<?php
$enough = $fuel <= 1 ? FALSE : TRUE;
?>