Description Usage Arguments Value Examples
Function to simplify reading in trailing arguments for a launched script. Designed for concise syntax and a more scalable interface. Arguments can be passed in as both quoted and unquoted strings.
1 |
... |
Pass in the variable names to assign to each trailing argument. Can be either symbols (names) or strings. Number of arguments passed in to this function must match exactly the number of trailing arguments. Trailing commandline arguments and arguments are paired up 1 to 1, so the order must match as well (but is not checked). |
Variables for each trailing commandline argument with the given names.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.