Is there a Julia equivalent to __FILE__, __FUNCTION__ and __LINE__? I can't seem to find them in the manual.
In other words, a macro like LINE, so that @LINE expands to the line number in the file where the macro was expanded.
Is there a Julia equivalent to __FILE__, __FUNCTION__ and __LINE__? I can't seem to find them in the manual.
In other words, a macro like LINE, so that @LINE expands to the line number in the file where the macro was expanded.