Fully completes #3.

It's passable for me.
This commit is contained in:
Izaya 2017-04-23 11:09:07 +10:00
parent b06887f2d9
commit 270007e0bf

View File

@ -10,3 +10,7 @@ function frm(s)
local d,p = fres(s)
return d.remove(p)
end
function fexists(s)
local d,p = fres(s)
return d.exists(p)
end