[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: #f = #none ?



    Date: Wed, 18 Nov 92 16:20:17 EST
    From: cfry@MIT.EDU (Christopher Fry)
    
    This reminds me of a problem with CL. If Dylan doesn't address it, it 
    should. For an argument in a function call, I would like to explicitly 
    say  "use-the-default-value". 


(multiple-value-call #'foo
  (if frob-p
      (values :frob frob-val)
      (values))
  :blech bletch-val)