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

[REBOL] Why cant mutually exclusive refinements have the same argument name Re:

From: agem:crosswinds at: 6-Sep-2000 0:23

main: func[ /file the-file /get /put ] ... should look fine? another: main: func[ /put p-file /get g-file ][ file: any[p-file g-file ... ] but:
> /put orderfile-name [string!] "Put an orderfile on our server" > /get orderfile-name [string!] "Put an orderfile on our server"
if you want to put in both cases, why the differcne?! ;-) Volker --- [princepawn--lycos--com] wrote on 5-Sep-2000/8:03:50-7:00