Add syntax and "basic" example

SirNapkin1334 2018-04-27 08:56:15 -07:00
parent a941138563
commit 59e0c083ea

@ -1,9 +1,17 @@
This page delves into greater details about the `echo` command. This page delves into greater details about the `echo` command.
### Character Set ## Usage
The `echo` command is used to output data to the bottom screen. It will display this data and also `(<A> to continue)` underneath the data.
### Syntax & Example
`echo <prompt>`
Example:
`echo "NAND backup has been restored.`
#### Character Set
Including the blank space ` `, these are the available char. Including the blank space ` `, these are the available char.
` ` `!#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_``abcdefghijklmnopqrstuvwxyz{|}~` ```!#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~```
### Implicit vs Explicit Statements ### Implicit vs Explicit Statements
In general, one worded, simple, or continuous phrases may be implicitly stated. In general, one worded, simple, or continuous phrases may be implicitly stated.