* 演算子(乗算)

2つの式の積を返す演算子

Expression1*Expression2

Parameters

引数名説明
Expression1任意の式
Expression2任意の式

Related

, if(式), Var:=式