about summary refs log blame commit diff stats
path: root/js/map-maker/imgs/extracted-1688-map/MapPartsWhite/hills_white/131.png
blob: 67c3175714bcf423a0dad62c65558325b17393d0 (plain) (tree)
blob is binary.
s/patterns/tstmtlist.nim?h=devel&id=355ae07b8f3362af4e90770477d344dcd2fef594'>355ae07b8 ^
6753d3685 ^



30c00aba0 ^



6753d3685 ^



30c00aba0 ^
6753d3685 ^

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

              

    



                  



                                    



                   
                     

                   
discard """
  output: '''0
|12|
34
'''
"""

template optWrite{
  write(f, x)
  ((write|writeln){w})(f, y)
}(x, y: varargs[expr], f, w: expr) =
  w(f, "|", x, y, "|")

if true:
  echo "0"
  write stdout, "1"
  writeln stdout, "2"
  write stdout, "3"
  echo "4"