#528·otto

Is there an equiv of C's __LINE__ ?

Author: TomOnTimeCreated Jun 30, 2024Updated Jul 7, 2024

Oddball question but...

Is there an equiv of C's LINE in Otto?

For example, I'd like to call a function like foo(LINE, param1, param2, param3) so that foo can output an error like, "Function foo called improperly on line X".

Thanks!