home > 比較編 > Delphi, PL/SQL, T-SQL, Ada > records >

ForNext

Only Do What Only You Can Do

060. declare record

VBScript

JScript

Perl

PHP

Python

Ruby

PowerShell

Scala

F#

C

C++

C++Builder

VC++

C#

Java

Objective-C

D

VB

VB.NET

Delphi

Pascal

c : customer;




Ada

C : Customer := ( 17, "John" );




PL/SQL

declare
  c customer;
begin
  c = (17,'John');
   code which uses c

T-SQL

関数型

inserted by FC2 system