Purpose: Outputs the file name of the current source file.
p-source-file [ new-line ]
Copied!
p-source-file outputs the file name (relative to the source code directory) of the source file where the statement is located; this is often used for debugging.
If "new-line" clause is used, then a new line ("\n") is output afterwards.