Pads a string out to the given length by appending spaces to the end 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 prefixing spaces in front of the string, see pad.