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