home > 比較編 > JavaScript, Lua, Io > dictionaries >

ForNext

Only Do What Only You Can Do

086. literal

JavaScript

d = { "t":1, "f":0 };
keys do not need to be quoted if they are a legal JavaScript variable name and not a reserved word

Lua

d = { t=1, f=0 }

Io

d := Map with("t", 1, "f", 0)

VBScript

Perl

PHP

Python

Ruby

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