Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: with-curr-dir , Previous: v-collect , Home: Overview

Clamps Dictionary

W-Y

watch

Function

(watch fn)

Call fn whenever a value accessed using get-val in the body of the function is changed.

watch returns a function to remove the relation, watch has established. Refer to the chapter cl-refs in the Clamps Packages documentation for examples.

Arguments

fn Function of no arguments to call

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate