| | Does anyone use Turing here? It's a Delphi/Pascal based programming language developed by University of Toronto and is now owned by Holt Software in Toronto. Sample: var name:string var input:string put "Please enter your name" get name:* cls put "Please enter your message: " .., input cls put "Your name is: ", name put "Your message : ", input It should accept your name and show your name and message. xboxrulz |

