Created
December 14, 2013 15:05
-
-
Save gradha/7960297 to your computer and use it in GitHub Desktop.
Tutorial example in source code filter form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #import os | |
| # | |
| #let | |
| # path = "usr/local/nimrodc.html" | |
| # (dir, name, ext) = splitFile(path) | |
| # baddir, badname, badext = splitFile(path) | |
| #echo dir # outputs `usr/local` | |
| #echo name # outputs `nimrodc` | |
| #echo ext # outputs `.html` | |
| #echo baddir | |
| #echo badname | |
| #echo badext |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment