Mirror of
forum.nim-lang.org
index
1846 :: How do you make multiple pragmas?
[2015-12-06T07:49:07+01:00]
View Orginal
enjoysmath
(orginal)
[2015-12-06T07:49:07+01:00]
view original
Such as
{.memoize., .procvar.}
Run
the above doesn't work.
enjoysmath
(orginal)
[2015-12-06T07:57:10+01:00]
view original
{.a, b.} works
jibal
(orginal)
[2015-12-06T13:12:42+01:00]
view original
The dots aren't part of the pragma names, they're part of the brackets: {. and .}