buggood first issue
Repository metrics
- Stars
- (2,808 個のスター)
- PR merge metrics
- (平均マージ 1d 6h) (30d で 1 merged PR)
説明
This is not a major bug, but rather a non-intuitive situation.
local function test()
return;
end -- return must be the last statement of its block
Some folks coming from the C world complained about this.