Merge branch 'devel' of github.com:nim-lang/Nim into devel

This commit is contained in:
Araq
2018-01-14 17:34:48 +01:00
4 changed files with 15 additions and 12 deletions

View File

@@ -417,6 +417,7 @@ template fmt*(pattern: string): untyped =
##
## let example = "oh, look no conflicts anymore"
## echo fmt"{example}"
bind `%`
%pattern
proc mkDigit(v: int, typ: char): string {.inline.} =