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

ForNext

Only Do What Only You Can Do

055. replicate

VBScript

JScript

Perl

my $hbar = "-" x 80;

PHP

$hbar = str_repeat("-", 80);

Python

hbar = '-' * 80

Ruby

hbar = "-" * 80

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