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