K
kamal
Guest
hi ,
I am new to the cadence environment.
I need to remove a variable in my code
eg : test= 1
is there any function say --> foo(test)
so that after this , if i type test on the skill window, it should say
"undefined variable test"
though at present i am doing it by assigning "test = nil" , but is
there any way we can remove this variable completely , like we have
"delete" in c++.
Thanks & Regards
Kamal
I am new to the cadence environment.
I need to remove a variable in my code
eg : test= 1
is there any function say --> foo(test)
so that after this , if i type test on the skill window, it should say
"undefined variable test"
though at present i am doing it by assigning "test = nil" , but is
there any way we can remove this variable completely , like we have
"delete" in c++.
Thanks & Regards
Kamal