lua-users home
lua-l archive

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


> How would you define idempotence for a function that has failed by
> raising an error?

It is Ok to do again whatever it did before the error. (I am sure you
could have guessed it.)

-- Roberto