Untitled

Run Settings
LanguageLua
Language Version
Run Command
function norm0to1(val,min,max) out = (val-min)/(max-min) if out > 1 then out = 1 elseif out < 0 then out = 0 end return out end function norm60to65(val) return norm0to1(val,60,65) end apple = norm60to65(70) print(apple)
Editor Settings
Theme
Key bindings
Full width
Lines