@super84 yes, but I think its okay, everyone who has more then 2iq will get the most country codes by itself, otherwise just google. I think its ever harder to scroll in the select menu.
Function Variable
-
Do functions themselves carry referenceable names.
Is there a way to make each function name be a variable without setting variable each time? -
@hellomembersha said in Function Variable:
Do functions themselves carry referenceable names.
Is there a way to make each function name be a variable without setting variable each time?"Execute code"
[[NEW_VARIABLE]] = function(){log("hello")};Use [[NEW_VARIABLE]](), type
expression -
Thank you fox