argc
- Instance of
Description
Number of the interpreter's command-line arguments.
Example
// easypt -file f.ez
// f.ez:
for (let i = 0; i < argc; i++)
console.writeLine(argv[i]);
Number of the interpreter's command-line arguments.
// easypt -file f.ez
// f.ez:
for (let i = 0; i < argc; i++)
console.writeLine(argv[i]);