- expression(式):必ず値を持つ
//num=1だとしたら、num++は値2を持っている
num++
- statement(文):必ず値を持つのではない
if (ok) { return message }
Go to list of users who liked
More than 5 years have passed since last update.
//num=1だとしたら、num++は値2を持っている
num++
if (ok) { return message }
Register as a new user and use Qiita more conveniently
Go to list of users who liked