Start from a main routine: Difference between revisions

Line 217:
 
=={{header|Nim}}==
YouIn the usual case, anything not in a procedure is "main." However, you can use the variable isMainModule to create a main-like starting point for code execution in Nim.
 
<pre>
Anonymous user