Skip to content

transcendent __file__

IsaacShelton edited this page Mar 21, 2022 · 1 revision

__file__

__file__ is a compiler-defined transcendent variable.

It will be a string value containing the name of the current file

Usage Example

#print __file__
#halt
main.adept
Clone this wiki locally