Difference between revisions of "Manuals/calci/WRITE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''WRITE()'''</div><br/> ==Description== *This function used to write given parameter. *It is used write to console. ==Examples== #WRITE("Summer"...")
 
 
Line 18: Line 18:
 
==References==
 
==References==
  
[https://en.wikipedia.org/wiki/Void_type Void]
+
[https://en.wikipedia.org/wiki/Write_(system_call) Write]
  
  

Latest revision as of 02:54, 3 March 2020

WRITE()


Description

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

Examples

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

See Also


References

Write