|
|
|
|
|
by 6thaccount2
2496 days ago
|
|
I'm with you. Reading a text file (line by line) is the thing I do most and what I look for first. If you can't do that in a simple way, I move on. I also look at returning datasets from SQL databases, how you can make a GUI, and a host of other practical things. I think fibonnaci is a sort of one step up from "Hello World", so in a sense it gives a little taste of the language and syntax. |
|
But here's CLojres read a file line by line and print it out:
A simple function to read a specified file line by line To read the line by line and convert them to upper case