Command:Arg
From Lavish Software Wiki
Contents |
[edit]
Syntax
| Arg | |
| Usage | Intermediate |
| Level of Understanding | Intermediate |
| Computer Savvy | Newbie |
| Logic | Intermediate |
Arg <#> [...]
[edit]
Description
Displays the nth argument (also known as parameter) out of the following parameters
[edit]
Examples
[edit]
Example 1
- Input
Arg 1 one two three four
- Output
one
[edit]
Example 2
- Input
Arg 3 one two three four
- Output
three
[edit]
