"typeof" is a unary operator in Lil which tells you the name of the type of any value:
typeof "foof" # "string" typeof 123.4 # "number" typeof (11,22,33) # "list
"typeof" is a unary operator in Lil which tells you the name of the type of any value:
typeof "foof" # "string" typeof 123.4 # "number" typeof (11,22,33) # "list