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