Atom - ⁶
- Fourth Input / Sixth Argument
Characters: ⁶
Tags: arguments
Arity: niladic
This atom is niladic, which means it takes no arguments.
Functionality
Get the fourth input (sixth command line argument), or " "
.
Details
If the program is run with at least four inputs (six arguments, ignoring the flags and the file/code), return the value of the fourth input. Otherwise, return " "
.