Login
Artifact [aebec67c15]
Login

Artifact aebec67c150337df9202217fd4f9a664d1ec06e9:


return {
    isVirtual: true,
    foo: true,
    cacheIt: false,
    counter: 0,
    load: proc(name){
        print(__FLC,"Demo plugin: argv=",argv);
        this.lastArgs = argv;
        ++this.counter;
        return this;
    }
};