I'm new to Nim, but it appears that there is no way to get input from the console in a similar way to input()
in python or Console.ReadLine()
in dotnet.
I want execution of my code to pause, wait for input, then on pressing enter to continue (just like input in other langs).