Manuals/calci/WRITELN

From ZCubes Wiki
Revision as of 02:54, 3 March 2020 by Devika (talk | contribs) (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== #...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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