| Simple Sand Samples | 
		説明のないとってもシンプルなサンプルプログラム集
	
| COBOL | awk | C言語 | D言語 | GO言語 | Lua | Vim | 
| bash | Perl | Gauche | Clojure | CLISP | EmacsLisp | VimScript | 
| tcsh | Ruby | Groovy | Java | C# | VBScript | JavaScript | 
| Io言語 | Python | Erlang | Scala | VB.NET | Excel/VBA | PHP | 
| Tcl | Haskell | OCaml | PowerShell | Windows | Unix/Linux | 
C#(mono) > 連想配列を使う
hash.cs
| 
 | 
 | 
 $ mcs hash.cs
$ mono hash.exe
banana is 100 yen.
key = apple banana candy
dice is 50 yen.
key = apple banana candy dice
key = banana candy dice
$
 
$ mono hash.exe
banana is 100 yen.
key = apple banana candy
dice is 50 yen.
key = apple banana candy dice
key = banana candy dice
$
  * 確認環境 Debian Linux(Jessie)