Is this normal (PB 6.20) ?
Code:
Code: Select all
EnableExplicit
Procedure.i main()
If OpenConsole("")
Input()
CloseConsole()
EndIf
EndProcedure
End main()
Code: Select all
EnableExplicit
Procedure.i main()
If OpenConsole("")
Input()
CloseConsole()
EndIf
EndProcedure
End main()
Yes, otherwise i would not get a terminal and PrintN() would not work.infratec wrote: Fri Apr 25, 2025 11:14 am Have you set the executable to console in compiler options?