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 >> [: - )]
- [REBOL] Re: Catch Carl on ZDTV t... alanwall
- [REBOL] Catch Carl on ZDTV tonig... jimg
- [REBOL] Catch Carl on ZDTV tonig... ptretter
- [REBOL] Re: Catch Carl on ZDTV t... ejolson
- [REBOL] XML and REBOL: anyone us... dalem
- [REBOL] XML and REBOL: anyone us... robert . muench
- [REBOL] XML and REBOL: anyone us... zoon
- [REBOL] Re: Catch Carl on ZDTV t... alanwall
- [REBOL] Catch Carl on ZDTV tonig... ptretter
- [REBOL] Weird Re: sqlab
- [REBOL] Weird Re:(3) icimjs
- [REBOL] Weird Re:(3) sqlab
- [REBOL] Polymorphic Re: KGD03011
- [REBOL] Polymorphic Re:(2) lmecir
