lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2014-05-06 9:04 GMT+02:00 Paige DePol <lual@serfnet.org>:

> The `goto` statement requires you to know the label you wish to jump
> to at compile time, while the `jumpto` statement resolves the jump
> destination at run time using a jump table.

Yet a third possibility has been suggested:
<https://www.fortran.com/come_from.html>