Re: Understanding pike expressions
"Mirar @ Pike importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Also,
> (program)"test.pike" == (program)"test.pike";
(1) Result: 1
> compile_file("test.pike") == compile_file("test.pike");
(2) Result: 0
There's some caching going on in the first case.