Can I suggest a feature? I can't write C#, but I would like a command for entering text to my programs. Something like 'INPUT TO X' like in BASIC- recieves input and sets variable X to it. EDIT: I had another idea: We currently lack any file reading commands, so I might suggest: 'READ "FILE" TO X' Reads the content of the file FILE into variable X 'READLINE X FROM "FILE" TO Z' Reads line number X in file FILE into variable Z