Doubly-linked list/Traversal: Difference between revisions

m
(Added solution for Action!)
Line 15:
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="6"
TYPE ListNode=[INT data CARDPTR prv,nxt]
 
ListNode POINTER listBegin,listEnd
Anonymous user