in reply to Re: How to no goto or gosub
in thread How to no goto or gosub
I'm curious. Every post has suggested either if (not $gas_cost < 1) or if ($gas_cost >= 1). Am I the only one who immediately thought unless ($gas_cost < 1)?
Do I just think strangely, or is unless too unclear for most people to consider using? (or is there some other reason for not using it?)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to no goto or gosub
by choroba (Cardinal) on Jan 19, 2016 at 12:36 UTC | |
by SimonPratt (Friar) on Jan 19, 2016 at 12:45 UTC | |
Re^3: How to no goto or gosub
by shilo (Novice) on Jan 19, 2016 at 14:59 UTC | |
by johngg (Canon) on Jan 19, 2016 at 15:23 UTC | |
by SimonPratt (Friar) on Jan 19, 2016 at 15:38 UTC | |
Re^3: How to no goto or gosub
by Anonymous Monk on Jan 19, 2016 at 09:15 UTC | |
by SimonPratt (Friar) on Jan 19, 2016 at 12:48 UTC | |
Re^3: How to no goto or gosub
by Discipulus (Canon) on Feb 05, 2016 at 21:44 UTC |