ncsa / qdl

the QDL programming language
Other
1 stars 0 forks source link

Replace script_args #3

Closed jjg-123 closed 1 year ago

jjg-123 commented 1 year ago

The function script_args() is clunky and does not work like other functions. Historically this is because it was about the first function created in QDL when the vision for the language was very different. Deprecate it and replace it with a new function called args() which simply returns a stem of the arguments to a script. No reserved indices or strange behavior.

jjg-123 commented 1 year ago

done