home > 比較編 > C, C++, Objective-C, Java, C# > execution control >

ForNext

Only Do What Only You Can Do

096. while

VBScript

JScript

Perl

PHP

Python

Ruby

PowerShell

Scala

F#

C

C++

|int i = 0;
while (i<10) {
…
  i++;
}

C++Builder

VC++

C#

int i = 0;
while (i<10) {
…
  i++;
}

Java

int i = 0;
while (i<10) {
…
  i++;
}

Objective-C

|int i = 0;
while (i<10) {
…
  i++;
}

D

VB

VB.NET

Delphi

Ada

PL/SQL

T-SQL

関数型

inserted by FC2 system