Hello world/Line printer: Difference between revisions

Content added Content deleted
Line 571: Line 571:
\\ just change the current layer to Print Page
\\ just change the current layer to Print Page
\\ Using Layer { } we can change to basic console layer inside any layer
\\ 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 "Hello World!"
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>
</lang>
Line 593: Line 591:
</lang>
</lang>
Using ; at the end of DOS command we have no open terminal
Using ; at the end of DOS command we have no open terminal

<lang M2000 Interpreter>
Dos "command" [, sleep time after call] [;]
Dos "command" [, sleep time after call] [;]
</lang>


=={{header|Mathematica}} / {{header|Wolfram Language}}==
=={{header|Mathematica}} / {{header|Wolfram Language}}==