Annotation of parser3/tests/260.html, revision 1.1

1.1     ! misha       1: $v[^table::create{value        base
        !             2:  10    10
        !             3:  32    10
        !             4:  20    16
        !             5:  -240  10
        !             6: }]
        !             7: 
        !             8: $b[^table::create{n    base
        !             9: bin    2
        !            10: oct    8
        !            11: dec    10
        !            12: hex    16
        !            13: }]
        !            14: 
        !            15: ^v.menu{
        !            16:        ^b.menu{
        !            17:                ${b.n}: ^^math:convert[$v.value]($v.base^;$b.base) ^math:convert[$v.value]($v.base;$b.base)
        !            18:        }[<br />]
        !            19: }[<hr />]
        !            20: 
        !            21: #bin: =^math:convert[ 10 ](10;2)=
        !            22: #oct: =^math:convert[32 ](10;8)=
        !            23: #dec: =^math:convert[20 ](16;10)=
        !            24: #hex: =^math:convert[-240 ](10;16)=
        !            25: #=^math:convert[asd](10;2)=

E-mail: