4 lines
42 B
JavaScript
4 lines
42 B
JavaScript
delete foo::bar;
|
|
|
|
if (delete foo::bar) {}
|
delete foo::bar;
|
|
|
|
if (delete foo::bar) {}
|