<echo> write text to the console
- name
- echo
- xml namespace
- http://moyaproject.com
Write text to the console. This is typically used in commands or for debugging. Bear in mind that in a production environment there is no console.
Example
<echo>Hello, World</echo>
attributes
name |
purpose |
type |
required? |
default |
choices |
header |
A list of headers for the table (if given) |
comma list |
No |
|
|
indent |
Number of indents |
expression |
No |
0 |
|
obj |
If given, then the value of this expression will be written to the console |
expression |
No |
None |
|
style |
Console style |
text |
No |
"bold cyan" |
|
table |
A table to display. If given this value should be a list of lists. |
expression |
No |
None |
|
inherited attributes
name |
purpose |
type |
required? |
default |
choices |
if |
Conditional expression |
expression |
No |
yes |
|