delete
命令
Instruction
Type
delete オブジェクトや変数など
Format
and delete objects and variables
Commentary
指定された変数、オブジェクトを削除します。
The specified variable, delete the object.
サンプルコード
Sample code
a = 123;
a = 123;
delete a;
delete a;
ダウンロード
Download
the actual script