This feature request is more in the nature of "Wouldn't it be nice" rather than "Must have".
In std/get.e the functions "value" and "get" will read values acceptable to the Euphoria version 3 interpreter, which may include comments beginning --.
It would be appropriate to update these functions to ignore the new C-style comments and to accept the new multiline strings. Perhaps they could even accept a dollar as a sequence terminator?
Arthur
changeset: 5998:d513133f1ce3 branch: 4.0 tag: tip user: Matt Lewis date: Tue Feb 26 07:15:32 2013 -0500 files: docs/release/4.0.6.txt include/std/get.e packaging/debian/control tests/t_get.e description: