Branch: Tag:

2016-02-10

2016-02-10 12:28:54 by Martin Nilsson <nilsson@fastmail.com>

Bugfixed example code. Added header for new changes.

1: + Changes since Pike 8.0.164 + ---------------------------------------------------------------------- +  +    Pike 8: Changes since Pike 7.8   ----------------------------------------------------------------------   
17:    |    | class Test2    | { +  | inherit Test;    | int a() { return 42; }    | }