I'm looking to read in a simple text file using the IO language and print it to the screen, so far I have:
f := File with("test.txt")
f openForReading
but just have no idea how to print it or clone the contents to an object. If anyone knows anything or could point me in a good direction it would be much appreciated.