buggood first issue
Metriche repository
- Star
- (2808 stelle)
- Metriche merge PR
- (Merge medio 1g 6h) (1 PR mergiata in 30 g)
Descrizione
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.