Facebook
From Xalayn, 8 Years ago, written in Lua.
This paste is a reply to code from Xalayn - view diff
Embed
Download Paste or View Raw
Hits: 514
  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

Replies to Re: code rss

Title Name Language When
Re: Re: code Xalayn lua 8 Years ago.