Doubly-linked list/Element insertion: Difference between revisions

m
(Added solution for Action!)
Line 12:
INCLUDE "D2:ALLOCATE.ACT" ;from the Action! Tool Kit. You must type 'SET EndProg=*' from the monitor after compiling, but before running this program!
 
DEFINE PTR="CARD"
DEFINE NODE_SIZE="5"
TYPE ListNode=[CHAR data CARDPTR prv,nxt]
 
ListNode POINTER listBegin,listEnd
Anonymous user