Added new magic identifier "this_program". It behaves like a private constant that is the current program. (Useful to refer to the same class when it has no name.) Being private implies that it's the current lexical program, as opposed to object_program(this_object()). Rev: src/language.yacc:1.159 Rev: src/program.c:1.194 Rev: src/program.h:1.75