slash-lang / slash

A new language for the web
http://slash-lang.org
MIT License
386 stars 22 forks source link

Add __FILE__ and __DIR__ constants #9

Open filp opened 11 years ago

filp commented 11 years ago

The following two (magic) constants are missing, and would be useful:

__FILE__ : absolute path to the current file __DIR__ : absolute path to the directory of the current file