Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local pastefile = fs.open("OS/lib.txt", "r")
- print("-------------------------------------------------")
- while true do
- paste = pastefile.readLine()
- if paste == nil then
- print("-------------------------------------------------")
- error("done")
- end
- name = pastefile.readLine()
- print(name)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement