cptdeath58, on 29 May 2014 - 01:35 AM, said:
for amount, v in ipairs(self:gsub(%a*%.+%w*%a+) do
Unexpected symbol?
--Read this os.pullEvent() = os.pullEventRaw() read = fs.open( "programs/Hello" ) if read then Cookies = read.readLine() read.close() end term.clear term.setCursorPos(1,1) term.write( "I have "..Cookies" in my cookie jar!" ) Jarhead() LOL end
Error #1: attempt to call nil:the solution: os.pullEvent = os.pullEventRaw
Error#2: "=" expexted solution: term.clear() instead of term.clear
Error#3: <eof> expected: there is an 'end' at end of program, you must remove that
Error#4: "=" expected: remove 'Lol' from code or comment it --Lol
Error#5: I dont know what is Jarhead()
And another error: = expected: solution: ..Cookies.. Instead of ..Cookies











