1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-05 12:28:04 +00:00

Update os/stat

os/stat can now take a keyword as the second argument
to avoid creating a table if one only wants on value
from stat.
This commit is contained in:
Calvin Rose
2019-04-01 11:11:15 -04:00
parent 429dc70374
commit b15cf193a0
3 changed files with 98 additions and 31 deletions

View File

@@ -74,7 +74,7 @@
"Generate title"
[]
(string "<h1>Janet Core API</h1>"
"<p>Version " janet/version "-" janet/build "</p>"
"<p>Version " janet/version "-" janet/build "</p>"
"<p>Generated "
(nice-date)
"</p>"