This is a logarithm function. It takes two arguments (we'll call them A and B), and returns the log base A of B. For example, @log("3", "81") will return "4".