expression, godan verb (-su)
return a value
Computing term used when a function or expression produces and sends back a value.
この関数は計算結果の値を戻す。
This function returns the computed value.
条件が真
If the condition is true, it returns a true value; if false, it returns a false value.