0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

各言語の配列length

Last updated at Posted at 2024-10-26

見て楽しむ用です。間違っているかもしれません。

言語 オブジェクトタイプ 使用例
Java プロパティ ar.length
java script プロパティ ar.length
C# プロパティ ar.Length
python 関数 len(ar)
PHP 関数 count($ar)
lua 単項演算子(長さ演算子) #ar
bash 不明 ${#ar[@]}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?