User Tools

Site Tools


en:print

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
en:print [2016/01/01 22:41]
127.0.0.1 external edit
en:print [2020/04/11 12:11]
admin
Line 1: Line 1:
 ===== Print (Statement) ===== ===== Print (Statement) =====
 ==== Format ==== ==== Format ====
-**print** //expression// [ ; ]+**print** [[expressions|expression]] [ ; ] 
 +**print** [[expressions|expression]] ,[[expressions|expression]]... [ ; ]
  
 ==== Description ==== ==== Description ====
-Writes text to the text output window, appending a new line.  If the optional semicolon is included, no new line is appended.+Writes text to the text output window, appending a new line.  If multiple expressions are included in a single print statement, separated by commas, they will be output in 14 character wide left justified columns. 
 + 
 +If the optional semicolon is included, no new line is appended.
  
 ==== See Also ==== ==== See Also ====
 {{page>en:start#Text Output&noheader}} {{page>en:start#Text Output&noheader}}
  
 +
 +==== History ==== 
 +|2.0.0|Added columnar output (comma)|
en/print.txt · Last modified: 2020/04/17 09:13 by admin