[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