1function(my_func)
2  message("my_func")
3endfunction()
4variable_watch(a my_func)
5set(a "")
6
7variable_watch(b)
8set(b "")
9