I'll warn Syrvyus that calling `contatins` without parameters causes the game to crash.
Gerter, will it crash if the parameters turn out to be nil?
x = {}
x = nil
if contains(x, 1) then...there will be no crash.
New here? I'm Roha — want a quick tour?
I'll warn Syrvyus that calling `contatins` without parameters causes the game to crash.
Gerter, will it crash if the parameters turn out to be nil?
x = {}
x = nil
if contains(x, 1) then...there will be no crash.