summary refs log tree commit diff stats
path: root/lib/pure/bitops.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/bitops.nim')
0 files changed, 0 insertions, 0 deletions
rumpf_a@web.de> 2011-07-22 23:58:19 +0200 committer Araq <rumpf_a@web.de> 2011-07-22 23:58:19 +0200 tests repaired; serious typo in the allocator fixed; fixes #32' href='/ahoang/Nim/commit/tests/accept/run/txmlgen.nim?h=devel&id=246b8d18a1102ddcb6435a67d6979fa2a48bf98e'>246b8d18a ^
7bf98411b ^
c6034277f ^

7bf98411b ^

2cdfe35e7 ^

1
2
3
4
5
6
7
8
9
10
11
12

                     
                                                             
   
              
 

                                            

 

 
discard """
  file: "txmlgen.nim"
  output: "<h1><a href=\"http://force7.de/nim\">Nim</a></h1>"
"""
import htmlgen

var nim = "Nim"
echo h1(a(href="http://force7.de/nim", nim))