This negates a number. It takes a single numeric string and returns its negative. Usage: @neg( "78" ) The result is "-78".