Aleksander Machniak
2014-09-13 848e204ef9bdaf989e7e48025d4ea6ee21e7678e
1
2
3
4
5
6
7
require ["include"];
include "script.sieve";
# rule:[two]
if true
{
    include :optional "second.sieve";
}