driver.love/0117-straddles_interval

3 lines
86 B
Plaintext

straddles_interval = function(lo,hi, border)
return lo <= border and hi >= border
end