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

[REBOL] no-name functions

From: dukeofperl:ml1 at: 29-Nov-2010 10:38

A function like: [code] func [x] [subtract 6 x] [/code] strikes me as being a lot like an anonymous function or lambda expression. Is that correct? How would I execute the above function from Rebol CLI? I keep getting error messages, so I'm not getting a piece of the puzzle. -- Duke