7 lines
127 B
Text
7 lines
127 B
Text
|
|
If OpenConsole()
|
||
|
|
PrintN(ProgramFilename())
|
||
|
|
|
||
|
|
Print(#CRLF$ + #CRLF$ + "Press ENTER to exit"): Input()
|
||
|
|
CloseConsole()
|
||
|
|
EndIf
|