spell-cards.love/0016-on_word

3 lines
58 B
Plaintext

on_word = function(x)
return x >= 20 + 50 and x < 150
end