diff options
Diffstat (limited to 'man/man3/tomo-Byte.is_between.3')
| -rw-r--r-- | man/man3/tomo-Byte.is_between.3 | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/man/man3/tomo-Byte.is_between.3 b/man/man3/tomo-Byte.is_between.3 index 3fae008f..06e53fb0 100644 --- a/man/man3/tomo-Byte.is_between.3 +++ b/man/man3/tomo-Byte.is_between.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Byte.is_between 3 2025-11-09 "Tomo man-pages" +.TH Byte.is_between 3 2025-11-29 "Tomo man-pages" .SH NAME Byte.is_between \- test if inside a range .SH LIBRARY @@ -19,12 +19,12 @@ Determines if an integer is between two numbers (inclusive). .TS allbox; -lb lb lbx lb -l l l l. -Name Type Description Default -x Byte The integer to be checked. - -low Byte The lower bound to check (inclusive). - -high Byte The upper bound to check (inclusive). - +lb lb lbx +l l l. +Name Type Description +x Byte The integer to be checked. +low Byte The lower bound to check (inclusive). +high Byte The upper bound to check (inclusive). .TE .SH RETURN `yes` if `low <= x and x <= high`, otherwise `no` @@ -35,3 +35,5 @@ assert Byte(7).is_between(1, 10) == yes assert Byte(7).is_between(100, 200) == no assert Byte(7).is_between(1, 7) == yes .EE +.SH SEE ALSO +.BR Tomo-Byte (3) |
