in reply to How to no goto or gosub
Like this?
if ($gas_cost >= 1) { ... # stuff here } else { ... # continue here } [download]