Closed bgmort closed 10 years ago
I think it's a good idea to have it. I'd just suggest to name it "include_once".
This is my first pull request. Is it better if I make the change before you pull or if you make it after?
It's OK either way. I changed it, thanks!
It would be quite handy to be able to include a file only once when it is referenced from multiple files. I've added this support using 'require'. It works like node's require, or PHP's require_once.