Artifact aebec67c150337df9202217fd4f9a664d1ec06e9:
- File bindings/s2/require.d/plugins/demo.s2 — part of check-in [fdc5e1014e] at 2021-02-11 12:42:23 on branch trunk — Moved C++ and s2 bindings to bindings/{cpp,s2}. Got the C++ bindings compiling for new gcc breakage and new, stricter T-card validation. (user: stephan size: 235)
- File s2/require.d/plugins/demo.s2 — part of check-in [14f5d7dee4] at 2014-08-10 13:22:13 on branch trunk — More latest s2, added ability to auto-load require.s2 plugins. (user: stephan size: 235)
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; } };