3.63. let (evaluate arithmetic expressions)

3.63.1. Usage

let EXPR [EXPR ...]

3.63.2. Synopsis

Supported operations are in order of decreasing precedence: X++, X– ++X, –X +X, -X !X, ~X X**Y X*Y, X/Y, X%Y X+Y, X-Y X<<Y, X>>Y X<Y, X<=Y, X>=Y, X>Y X==Y, X!=Y X&Y X^Y X|Y X&&Y X||Y X?Y:Z X*=Y, X/=Y, X%=Y X=Y, X&=Y, X|=Y, X^=Y, X+=Y, X-=Y, X<<=Y, X>>=Y

Table Of Contents

Previous topic

3.62. led (control LEDs)

Next topic

3.64. linux16 (boot a linux kernel on x86 via real-mode code)

This Page