This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Author: Kirill Cherkashin | |
* | |
* Before: | |
* a(1); | |
* a(2); | |
* a(3); | |
* a(4); | |
* Now: | |
* var b = AllowArrays( a, 0 ); //We do it with the first argument, but we can have more comma-separated |