Skip to main content

printF

Writes a given formatted string with a line break to the output console. It accepts the same parameters as format

Returns#

  • No value

Example#

printF('This car was made in %s. Now it values %s', 1990, '$20000')# prints: This car was made in 1990. Now it values $20000