The Nest
Explore
Sign in
akkartik
driver.love
0131-sign
0
Programming environment for editing various of my live apps without restarting them.
Code
Changes
Tags
Discussions
main
sign = function(v) if v < 0 then return -1 end if v > 0 then return 1 end return 0 end