Constant arguments

← Back to Module core



Module core → arguments

Description

An array that stores command line arguments

const arguments


Usage Example

writeln(arguments[1])   ' Output: hello
                        ' if you are run: $ dinfio sample.fio hello