Advertisement
Darking560

print fichier

Sep 16th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. file = io.open("fichier", "r")
  2. for line in file:lines() do
  3. print(line)
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement