Skip to content

Instantly share code, notes, and snippets.

@kokuyouwind

kokuyouwind/3.md Secret

Last active April 8, 2016 14:42
Show Gist options
  • Save kokuyouwind/ba9107e096294bcb7fe50839bc7fd994 to your computer and use it in GitHub Desktop.
Save kokuyouwind/ba9107e096294bcb7fe50839bc7fd994 to your computer and use it in GitHub Desktop.

例を見るとわかりますが、=の右側の文字の数は、左側の文字の数のちょうど2倍。
++ は「1増やす」、--は「1減らす」。
前置は適用してから最初の評価をし、後置は最初の評価をしてから適用します。

読めたけど変換方法がわからない場合のヒント: https://gist.github.com/kokuyouwind/0fec5eea5f7d06c282ae117f37b12bbb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment