Hello world/Line printer: Difference between revisions

Line 571:
\\ just change the current layer to Print Page
\\ Using Layer { } we can change to basic console layer inside any layer
Print "Hello World!" \\ printing on columns, in various ways defined by last $() for specific layer
Print $(4),"Hello World!" \\ proportional printing using columns, expanded to a number of columns as the length of string indicates.
Report "Hello World!" \\ proportional printing with word wrap, for text, can apply justification and rendering a range of text lines
}
</lang>
Line 593 ⟶ 591:
</lang>
Using ; at the end of DOS command we have no open terminal
 
<lang M2000 Interpreter>
Dos "command" [, sleep time after call] [;]
</lang>
 
=={{header|Mathematica}} / {{header|Wolfram Language}}==
Anonymous user