also, i didn't "invent" it; I stole it from a screenshot of a twitter post i saw elsewhere
Top-level
also, i didn't "invent" it; I stole it from a screenshot of a twitter post i saw elsewhere 2 comments
@ar ok i lied, heres a MUCH smaller statement
the = is an alias for print |
@ar i decided lets do this in lua
utf8.char((function(x,y)return((x/2)*y)end)(string.byte(string.match(string.upper(type(_VERSION)),".."),1,2)))
smallest i was able to achieve
if you exclude the string. and utf8. calls:
char((function(x,y)return((x/2)*y)end)(byte(match(upper(type(_VERSION)),".."),1,2)))