hi,
http://pike.ida.liu.se/generated/manual/modref/ex/predef_3A_3A/Stdio/File/cr...
claims that the default open mode is "rw", yet hilfe says different:
Pike v7.6 release 7 running Hilfe v3.5 (Incremental Pike Frontend)
Stdio.File("/tmp/ANNOUNCE")->mode();
(1) Result: 4099
Stdio.File("/tmp/ANNOUNCE", "rw")->mode();
(2) Result: 12291
is this a bug in the docs or in the implementation?
greetings, martin.