1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

日本語プログラミング言語なでしこのCNAKOでズンドコキヨシ

Posted at

自分のブログに書いてたものを転載することにしました。
「なでしこ」で既に記事があがっているというのが恐ろしいです。

今回はなでしこをコンソールアプリとして使うので、コマンドプロンプトから使えるようにします。わたしの環境は64bitなので以下のパスになっていますが、32bitだとProgram Filesにあるはず。

set CNAKO="C:\Program Files (x86)\nadesiko_lang\cnako.exe"

あとは次のようなものを「zundoko.nako」として保存します。

「ズン,ドコ」を「,」で区切ってずどへ代入
おれから10文字右部分が「ズンズンズンズンドコ」ではないの間
 んこは2の乱数
 ずど\んこを表示
 おれにずど\んこを追加
「キ・ヨ・シ!」を表示

あとは実行します。

%CNAKO% zundoko.nako

するとこうなります。

ズンドコ

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?