Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 423 Bytes

printer-doc.md

File metadata and controls

executable file
·
15 lines (11 loc) · 423 Bytes

modules/printer ⇒ Void

print strings to console with time stamp

Returns: Void - nothing

Param Type Description
message String text to be printed

Example (Example usage of print() function.)

print('awesome site is online.'); = '12/30/2020, 8:52:16 PM - awesome site is online.'