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

[REBOL] linked struct!

From: maarten::koopmans::surfnet::nl at: 6-May-2002 16:04

Hi, How do I specify a struct! that has a reference to a next entry (linked list) with type itself? And how do I intelligently define a complex struct type in a routine definition without doing that inline?=09 --Maarten