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

[REBOL] Re: Using Switch with Words ??

From: matt:fitzgerald:bigpond at: 1-Nov-2001 17:54

C++: switch(value) { case 1 : cout << value << endl; break; case 2 : cout << value << endl; break; default : cout << value << endl; } Oh well.. not Rebol, but a bit different to what you had. -Matt