lxsh/test/arithmetic.sh
2021-12-20 15:59:42 +01:00

4 lines
54 B
Bash

#!/bin/sh
echo $(( (2+1)*3 ))
echo $(( $((2+1))*3 ))