Features:
Support for string objects
Users of Microsoft Visual C++ 5 or 6 can make use of string objects (#include <string>); users of Borland Version 5 and Builder, can also make use of string objects (#include <cstring.h>). Users of any supported compiler may also use limited string objects by including francastring.h.
Strings are supported by:
- askword function -> to input a string from the keyboard
- boxes -> a string can be used as an argument for box.say() functions
New class "Screen" that expands the functionality of "Stage"