False.Genesis 357ca778aa * forgot to use "log" instead of "out" in scripts (-> logfile)
* forgot to add conf option: "NOTIFYPING"
* forgot to describe in prev. rev.: added new DefScript load definition: "#onload" & "#/onload". execute parts of scripts when they get loaded (to initialize stuff, for example)
2007-01-29 15:21:47 +00:00

7 lines
137 B
Modula-2

#permission=0
SET,vn #${@caller}::${@def}
SET,vv,onfail,{<value not set>} ${${vn}}
LOG * Var '${@def}' = '${vv}'
UNSET vv
UNSET vn