You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`@__FILE__` expands to a string with the absolute path and file name of the script being run.
9933
-
Returns `"none"` if run from a REPL or command-line context.
9932
+
`@__FILE__` expands to a string with the absolute path and file name of the script being run. Returns `nothing` if run from a REPL or an empty string if evaluated by `julia -e <expr>`.
0 commit comments