Created
January 25, 2015 17:12
-
-
Save TakumiBaba/102caf81c0f71978d4a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 料理レシピの一部を擬似コードで表す | |
| if 鍋の水が沸騰している? == true | |
| パスタを鍋に投入する() | |
| else | |
| 待つ() | |
| // コンビニ店員の挙動を擬似コードで表す | |
| if レジに人が並んでいる? == true | |
| 2番レジを開ける() | |
| else | |
| 品出しをする() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment