<<Prev Auto
Refresh Scroll to Bottom
Stuff goes here
L1[10:21:24] <Caitlyn> %lua function test()
return 1,2,3 end end print test()
L2[10:21:24] <MichiBot> main:1: <eof>
expected near 'end'
L3[10:22:36] <Caitlyn> %lua function test()
return 1,2,3 end print test()
L4[10:22:37] <MichiBot> main:1: syntax error
near 'test'
L5[10:23:27] <Caitlyn> %lua local function
get_weekdays() return "Sun", "Mon",
"Tue", "Wed", "Thu", "Fri",
"Sat" end print(get_weekdays())
L6[10:23:27] <MichiBot> Sun, Mon, Tue, Wed,
Thu, Fri, Sat
L7[10:24:08] <Caitlyn> %lua local function
get_weekdays() return "Sun", "Mon",
"Tue", "Wed", "Thu", "Fri",
"Sat" end _,_,_,_,_,_,sat=get_weekdays() print(sat)
L8[10:24:08] <MichiBot> Sat
L9[18:45:29] ⇦
Quits: Kodos (Kodos!~Kodos@63.142.73.55) (Read error: Connection
reset by peer)
L10[18:45:50] ⇨
Joins: Kodos (Kodos!~Kodos@63.142.73.55)