Hi ! 

Newbie question !!!

Is it possible to test a lack of argument in a function ? 
I try things like this but... it doesn't work !

tst: func [
    {help for tst...}
   x [integer!]
][ 
   if none? x [help tst]
   print  x
]

tst
** Script Error: tst expected x argument of type: integer.
** Where: tst

Eric


Reply via email to