3 lines
367 B
Text
3 lines
367 B
Text
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
|