Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
The arguments scope can actually be treated as either an array or a struct, though it is in fact neither. I am not sure of the best documentation page for this, but I did find the following:
https://helpx.adobe.com/coldfusion/developing-applications/building-blocks-of-coldfusion-applications/writing-and-calling-user-defined-functions/working-with-arguments-and-variables-in-functions.html
Would this not fail if both
n
andm
were negative, or am I missing something?