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:
@@ -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>"
|
||||
|
Reference in New Issue
Block a user