Difference between revisions of "Manuals/calci/WRITELN"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''WRITELN()'''</div><br/> ==Description== *This function used to write given parameter. *It is used write a new line to console. ==Examples== #...")
 
(No difference)

Latest revision as of 02:54, 3 March 2020

WRITELN()


Description

  • This function used to write given parameter.
  • It is used write a new line to console.


Examples

  1. WRITELN("Summer") = Summer
  2. WRITELN("Holiday") = Holiday
  3. WRITELN("182687") = 182687

See Also


References

Write