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

[REBOL] Re: not so pseudo code? (an alternative to style changes)

From: brett:codeconscious at: 9-Jan-2002 23:31

Hi Hallvard, Thanks for your message. Instead of collapse: func [a b /local c] [ ... ] something like this: collapse: func [a b /local c] print-msg-then-useless-stuff-20-times or collapse: func [a b /local c] [ print "this method does nothing." loop 20 print-nothing comment { This could have been longer, but this should do. } ] Brett.