[BACK]Return to eval.out_ascii CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / nr

Annotation of mandoc/regress/roff/nr/eval.out_ascii, Revision 1.3

1.1       schwarze    1: NR-EVAL(1)                  General Commands Manual                 NR-EVAL(1)
                      2:
                      3: NNAAMMEE
1.3     ! schwarze    4:      nr-eval - numeric expressions in assignments to number registers
1.1       schwarze    5:
                      6: DDEESSCCRRIIPPTTIIOONN
1.3     ! schwarze    7:      1: 1
        !             8:      nonumber: 1
        !             9:      3X: 3
        !            10:      4+: 3
        !            11:      2+3: 5
        !            12:      1+1:: 5
        !            13:      10-3: 7
        !            14:      4*2: 8
        !            15:      27/3: 9
        !            16:      58%16: 10
        !            17:      11<?20: 11
        !            18:      30<?12: 12
        !            19:      7>?13: 13
        !            20:      14>?6: 14
        !            21:      2+3*3: 15
        !            22:      para at eol: 15
        !            23:      unclosed para: 17
        !            24:      (18): 18
        !            25:      ( 25 - 6 ): 19
        !            26:      11+( 3*3 ): 20
        !            27:      3+(3*(5==5*2)*4)+(3*5)/2: 21
1.1       schwarze   28:
                     29: OpenBSD                          April 7, 2014                      NR-EVAL(1)

CVSweb