@@ -895,8 +895,9 @@ var=$((var2 > var ? var2 : var))
**Example Function:**
```sh
# Usage: is_float "number"
is_float() {
# The test checks to see that the input contains
# a '.'. This filters out whole numbers.
[ -z "${1##*.*}" ] &&
The note is not visible to the blocked user.