home > 比較編 > Perl, PHP, Python, Ruby > arrays >

ForNext

Only Do What Only You Can Do

117. intersection

VBScript

JScript

Perl

PHP

$a = array(1,2);
$b = array(2,3,4)
array_intersect($a, $b)

Python

{1,2} & {2,3,4}


Ruby

[1,2] & [2,3,4]


PowerShell

Scala

F#

C

C++

C++Builder

VC++

C#

Java

Objective-C

D

VB

VB.NET

Delphi

Ada

PL/SQL

T-SQL

関数型

inserted by FC2 system