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