mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-27 09:43:58 +00:00
better docs: sequtils
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -76,7 +76,7 @@ task "testskel", "create skeleton test dir for testing":
|
||||
|
||||
task "clean", "cleanup generated files":
|
||||
var dirs = @["nimcache", "server"/"nimcache"]
|
||||
dirs.map(proc(x: var string) =
|
||||
dirs.apply(proc(x: var string) =
|
||||
if existsDir(x): removeDir(x))
|
||||
|
||||
task "download", "download game assets":
|
||||
|
||||
Reference in New Issue
Block a user