
Photo by Kev Seto on Unsplash
All Pascal programmers know the Exit() procedure since the early versions of the compilers. But do they know how to use it correctly?
The Exit() procedure is used when we want to exit of running scope. That scope could be a function, procedure, method, or even the progr
Weiterlesen...