about summary refs log tree commit diff stats
path: root/js/map-maker/imgs/extracted-1688-map/MapPartsWhite/trees_white/15.png
Commit message (Expand)AuthorAgeFilesLines
* *elioat2024-01-151-0/+0
23:04:32 +0200 tests: Trim .nim files trailing whitespace' href='/ahoang/Nim/commit/tests/template/thygienictempl.nim?h=devel&id=e80465dacf50f260abec30ae57d37b298c93fd83'>e80465dac ^
000b8afd2 ^
08d0003ed ^




0761b449e ^

000b8afd2 ^
0761b449e ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 

           
 
                                      




                        

 
                                                    




                                       
var
  e = "abc"

raise newException(IOError, e & "ha!")

template t() = echo(foo)

var foo = 12
t()


template test_in(a, b, c: untyped): bool {.dirty.} =
  var result {.gensym.}: bool = false
  false

when isMainModule:
  assert test_in(ret2, "test", str_val)