yaml / yamlscript

Programming in YAML
MIT License
382 stars 31 forks source link

Change ARGV to ARGS and ARGP #91

Closed ingydotnet closed 7 months ago

ingydotnet commented 8 months ago

Currently the symbol ARGV points to an array of CLI args that are strings, unless the value looks like a number, then it is converted.

We want 2 arrays. One for just strings and one for parsed values.

We'll call then ARGS and ARGP respectively.