You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
209 B

function (watch1)
message("From watch1")
endfunction ()
function (watch2)
message("From watch2")
endfunction ()
variable_watch(watched watch1)
variable_watch(watched watch2)
set(access "${watched}")