I want to read a simple text file using I / O language and print it on the screen, so far I have:
f := File with("test.txt")
f openForReading
but just don’t know how to print it or clone the contents for an object. If anyone knows anything or can point me in a good direction, it will be very appreciated.
source
share