Program runs, does not display anything and then IDE locks up. Works fine if I compile it on the command line.
Using PB 6.12
MacOS: 13.6.9
Maybe I'm doing something wrong?
Code: Select all
Procedure main()
  OpenConsole()
  PrintN("hi")
  CloseConsole()
EndProcedure
main()
