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

[REBOL] When is none not none?

From: jonkelly:fastmail:fm at: 26-Jul-2007 23:51

Hi, newbie alert. I'm confused. I managed to finally get the attached script (t3.r) to work as I expect. It's a binary tree insertion function. BUT, if you change all the empty blocks for none (t4.r), (which was how I tried to start out) it barfs, saying none is a word. I was trying to do a purely function version but that made my head hurt. Jonathan. -- Binary/unsupported file stripped by Ecartis -- -- Type: text/x-rebol -- File: t3.r -- Binary/unsupported file stripped by Ecartis -- -- Type: text/x-rebol -- File: t4.r