Pads a string out to the given length by prepending spaces to the front of the string. Since mudl will automatically cast things to strings, the first argument can actually be anything. This is typically used to make messages line up.
To pad a string by pending spaces to the end of the string, see pad_right.