👉 In the context of programming or computer science, a "discigrous" refers to a function that returns a value based on a condition. For example: ```python def check_discigrous(condition): if condition: return True else: return False ``` This function checks whether a given condition is true (i.e., returns True) or false (i.e., returns False).