Next: , Previous: , Up: The Byte Data Library   [Index]


13.10.14 Byte Data Statements

The ‘data’ ‘for’ statements are:

See The For Statement.

is:

    if (bt_first(,,)) {
	do {
	} while (bt_next(,,));
    }

is:

    if (bt_last(,,)) {
	do {
	} while (bt_previous(,,));
    }

See Byte Data Traversal Functions.