Differences From Artifact [9e5b0b6dd62ac7dd]:
- File
index.dd
- 2010-11-24 12:14:00 - part of checkin [3ae09b8cbf] on branch trunk - changed if-then-else syntax (user: kinaba) [annotate]
To Artifact [5308ff05201ec907]:
- File
index.dd
- 2010-11-24 12:32:01 - part of checkin [c75f0d5f1e] on branch trunk - Enriched the runtime. a.b is now runtime error, not undefined value if the field b does not exist. Added rand(n) and gensym(). (user: kinaba) [annotate]
599 </p> 599 </p>
600 )) 600 ))
601 601
602 $(SECTION 外部とのやりとり, $(SECBODY 602 $(SECTION 外部とのやりとり, $(SECBODY
603 $(TABLE 603 $(TABLE
604 $(TR $(TH print) $(TD (a)) $(TD a を文字列化標準出力に改行付きで表示)) 604 $(TR $(TH print) $(TD (a)) $(TD a を文字列化標準出力に改行付きで表示))
605 $(TR $(TH argv) $(TD ) $(TD スクリプトに渡された引数文字列のconsリスト)) 605 $(TR $(TH argv) $(TD ) $(TD スクリプトに渡された引数文字列のconsリスト))
> 606 $(TR $(TH gensym) $(TD ()) $(TD エセgensym。変数名として他とからなそうな文字列を返します))
> 607 $(TR $(TH rand) $(TD (n)) $(TD 0 以上 n 未満の自然数をランダム生成します))
606 ) 608 )
607 )) 609 ))
608 <br /> 610 <br />
609 611
610 $(SECTION データ型判定, $(SECBODY 612 $(SECTION データ型判定, $(SECBODY
611 $(TABLE 613 $(TABLE
612 $(TR $(TH _isint) $(TD (a)) $(TD a が整数なら 1、でなければ 0)) 614 $(TR $(TH _isint) $(TD (a)) $(TD a が整数なら 1、でなければ 0))