.. index:: let (command) .. _command_let: let - evaluate arithmetic expressions ===================================== Usage ^^^^^ ``let EXPR [EXPR ...]`` 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:Z X*=Y, X/=Y, X%=Y X=Y, X&=Y, X|=Y, X^=Y, X+=Y, X-=Y, X<<=Y, X>>=Y .. generated from: /ptx/work/WORK_EIHEI/sha/backup/barebox/barebox-maintainer-utils/barebox/commands/let.c .. command function: do_let