命令 Instruction Type
Format
with (省略するオブジェクト名){ with (name omitted object) (
処理 Processing
} )
Commentary
指定したオブジェクト名を省略して記述できるようにします。 You can omit the object name and description specified. 入れ子にすることもできます。 You can also nest.
サンプルコード Sample code
with(Math) { with (Math) (
outputs[0] = PI; outputs [0] = PI;
} )