-
-
Notifications
You must be signed in to change notification settings - Fork 9
transcendent __file__
IsaacShelton edited this page Mar 21, 2022
·
1 revision
__file__
is a compiler-defined transcendent variable.
It will be a string value containing the name of the current file
#print __file__
#halt
main.adept