xxx Compare to Zenith's definition. Explain why things were added Zenith's stuff.
xxx Expand introduction. Here the grammer of the additions to C++ is described, along with informal semantics and a code example.
xxx Why the changes into C++ -with-Ease .
C++-with-Ease adds Ease primitives to the C++ language. Here these additions are described along with the limitations in this implementation.
C++-with-Ease primitives consist of facilities for process creation and inter-process communiction. In this chapter, a process refers to a thread of control, which may be operating in its own address space or in an address space shared with other processes. Communication occurs through interaction with shared objects known as contexts.
All primitives in C++-with-Ease begin with the character @.
A program's main function should be called eMain.