
-----------------------------------
Homer_simpson
Sun Jun 20, 2004 6:15 pm

Turing arguments
-----------------------------------
is there a way for turing programs to recieve arguments from the user like :

program.exe arg1 arg2 arg3

-----------------------------------
Tony
Sun Jun 20, 2004 6:19 pm


-----------------------------------
yes

Sys.Nargs()
Sys.FetchArgs()

though they seem to have [url=http://www.compsci.ca/v2/viewtopic.php?t=5517]problems when compiled :?
