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

[REBOL] Re: noob question: why 3 different outputs

From: dougedmunds::gmail::com at: 22-Apr-2008 21:08

The q should be Why 4 different outputs? I left this one out: mybutton4: button "button 4" [ m1c: myfield1/text m2c: myfield2/text m3c: myfield3/text myfields3: reduce [m1c m2c m3c] print "button4" myfunc [myfields3] ] DougEdmunds wrote: