2014-08-27から1日間の記事一覧

二重のIF文

> (if (string=? aa "AA") (if (string=? bb "BB") (display cc) ) ) >