5 lines
84 B
Text
5 lines
84 B
Text
|
|
say __MAIN__;
|
||
|
|
if (__MAIN__ != __FILE__) {
|
||
|
|
say "This file has been included!";
|
||
|
|
}
|