Facebook
From Xalayn, 8 Years ago, written in Lua.
This paste is a reply to Re: code from Xalayn - view diff
Embed
Download Paste or View Raw
Hits: 489
  1. if fs.exists("haslo") then
  2.   local handle = fs.open("haslo", "r")
  3.   h = handle.readLine()
  4.   handle.close()
  5.   a = a + 1
  6. end