Inputs:
Value (number): The value to check.
Min (number): The minimum value of the range.
Max (number): The maximum value of the range. Defaults to 1.
Outputs:
Result (boolean): Whether the value is within the range.
Check if a value is within a specified range (inclusive).