We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Read all lines from a text file, returning a list of strings
import "file" lines = file.readLines("data.txt") for line in lines print line end for
There was an error while loading. Please reload this page.