Skip to content
This repository has been archived by the owner on Jan 28, 2018. It is now read-only.

Commit

Permalink
fix lua:begin
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoqi committed Oct 22, 2017
1 parent 6c2b95c commit b44e6c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ local linebuff=""
local function newline()print(linebuff)linebuff=""end
local function putstr(s)linebuff=linebuff..s end
local function is_table(x)return type(x)=="table"end
local function ig(x)end

local function is_null(x)return x==null end
local function is_pair(x)return(is_table(x)and x[1]==pairt)end
Expand Down

0 comments on commit b44e6c7

Please sign in to comment.