Is it was possible to run a console application in c# which has the ability to go back to a area of code?
More details --
Application launch:
start code
runs thought code
Goes back to start
I know this can be done in batch with marking an area with :test1
then goto test1
will return