Documentation Project 1
ContentsIndexHome
Example

This example sets the next pointer of 'line' to 'word'.

PTEXT line;
PTEXT word;
SETNEXTLINE( line, word );
Copyright (c) 2010. All rights reserved.