undef

undef (Perl)

目次

  1. 演算
  2. 関連

演算#

[2] 変数の値が undef かどうかは、 defined で検査できます。

関連#

[1] 意味的には JavaScriptundefinednull の両方に相当します。