Updated SC2072 (markdown)

Martin Bagge / brother
2021-03-02 21:45:46 +01:00
parent b83def7c11
commit e06f6a6587

@@ -10,7 +10,7 @@
```sh ```sh
[[ 200 -lt 314 ]] # Use fixed point math [[ 200 -lt 314 ]] # Use fixed point math
[[ $(echo "2 &lt; 3.14" | bc) == 1 ]] # Use bc [[ $(echo "2 < 3.14" | bc) == 1 ]] # Use bc
``` ```
### Rationale: ### Rationale: