Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Refinements and Andrews ML Dialect

From: antonr:iinet:au at: 16-Nov-2003 15:27

Maybe you can get your code ready like this: to-path compose [input type name (either true ['checked][]) donkey] ;== input/type/name/checked/donkey to-path compose [input type name (either false ['checked][]) donkey] ;== input/type/name/donkey You might have to wrap all that in another compose block so you can add the arguments, before doing it. Anton.