Aleksander Machniak
2013-08-02 b2c5869fe24eff81a92bc233bfef374bdb7afc31
1
2
3
4
5
6
7
require ["include"];
include "script.sieve";
# rule:[two]
if true
{
    include :optional "second.sieve";
}