Atom - ⁵
- Third Input / Fifth Argument
Characters: ⁵
Tags: arguments
Arity: niladic
This atom is niladic, which means it takes no arguments.
Functionality
Get the third input (fifth command line argument), or 10
.
Details
If the program is run with at least three inputs (five arguments, ignoring the flags and the file/code), return the value of the third input. Otherwise, return 10
.