Changes

3 bytes added ,  16:46, 10 June 2024
Line 11: Line 11:  
Once arrayfied, the function can take arrays as arguments, and for each of the cartesian product of the parameters, a result will be computed. For example, once arrayfied, v(1..2,3..4,1..10) will compute the value for v for each combination of the three parameter arrays.
 
Once arrayfied, the function can take arrays as arguments, and for each of the cartesian product of the parameters, a result will be computed. For example, once arrayfied, v(1..2,3..4,1..10) will compute the value for v for each combination of the three parameter arrays.
   −
==# To Split Strings==  
+
====# To Split Strings====
    
  # splits strings into arrays.  
 
  # splits strings into arrays.  
2,824

edits