lhartikk / ArnoldC

Arnold Schwarzenegger based programming language
lhartikk.github.io/ArnoldC/
Apache License 2.0
6.73k stars 290 forks source link

return keyword incorrectly named #97

Open AngeloR opened 9 years ago

AngeloR commented 9 years ago

Right now, the return keyword is I'LL BE BACK - which doesn't make any sense. Really return should be GET TO THE CHOPPA

I'LL BE BACK makes it sound like you will be returning to this function, which is completely not up to the function at all. Instead, you are leaving the function. Hence, GET TO THE CHOPPA.

nicksabol commented 9 years ago

To me, GET TO THE CHOPPA implies an abnormal exit, like an uncaught exception. I think HASTA LA VISTA BABY is more appropriate.

AngeloR commented 9 years ago

Hmm - that reasoning seems pretty sound. Perhaps it should be HASTA LA VISTA BABY

nicksabol commented 9 years ago

That's already defined, actually. My bad. GET TO THE CHOPPA is still pretty good.