ユーザ用ツール

サイト用ツール


note:perl:push

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

note:perl:push [2021/08/22 01:09] – 作成 - 外部編集 127.0.0.1note:perl:push [2025/06/01 12:09] (現在) naoit0
行 7: 行 7:
 --- ---
 \\ \\
-==== <icon name="md:card-text-outline" color="#0000ff" height="32px" width="32px"/> 配列の操作(push/pop/shift/unshift) ====+===== <icon name="md:card-text-outline" color="#0000ff" height="32px" width="32px"/> 配列の操作(push/pop/shift/unshift) =====
 \\ \\
 ^  関数    ^  説明                   ^ ^  関数    ^  説明                   ^
行 22: 行 22:
 </code> </code>
  
-=== unshift ===+==== unshift ====
 <code perl> <code perl>
 print "\n"; print "\n";
行 31: 行 31:
 </code> </code>
  
-=== push ===+==== push ====
 <code perl> <code perl>
 print "\n"; print "\n";
行 40: 行 40:
 </code> </code>
  
-=== shift ===+==== shift ====
 <code perl> <code perl>
 print "\n"; print "\n";
行 48: 行 48:
 </code> </code>
  
-=== pop ===+==== pop ====
 <code perl> <code perl>
 print "\n"; print "\n";
行 55: 行 55:
 print Dumper(@a); print Dumper(@a);
 </code> </code>
- 
-~~DISCUSSION~~ 
note/perl/push.1629562193.txt.gz · 最終更新: 2021/08/22 01:09 by 127.0.0.1 · 文書をロックしているユーザー: 216.73.216.101

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki