Hi AR,
you wrote:
>I wanted to get the number of actual arguments in a function last week,
>but restrained from doing it in a similar way. 
>Means it crashed immediately.(


>> f: func [x y z] [ 
      args: third :f 
      print length? args
      print mold args
      bind args 'x 
      foreach word args [print get word] 
]
>> f "Try doing" "it like" "this. Works!"
3
[x y z]
Try doing
it like
this. Works!



;- Elan >> [: - )]

Reply via email to