Blue Lacuna — 106 of 467

Aaron A. Reed

Release 4

Section - Chapters

The current chapter is a number that varies. The current chapter is -1.

The last chapter turn is a number that varies. The last chapter turn is -5.

To begin chapter (chap - a number):

unless current chapter is chap:

now current chapter is chap;

unless current chapter is 0, say "[line break]";

print a section break;

if current chapter is:

-- 0: say "Prologue";

-- 1: say "Chapter One";

-- 2: say "Chapter Two";

-- 3: say "Chapter Three";

-- 4: say "Chapter Four";

-- 5: say "Chapter Five";

-- 6: say "Chapter Six";

-- 7: say "Chapter Seven";

-- 8: say "Chapter Eight";

-- 9: say "Chapter Nine";

-- 10: say "Chapter Ten";

-- 11: say "Epilogue";

print a section break;

now last chapter turn is turn count;

say "[paragraph break]".

[ To say chapadv: begin the next chapter.]