Skip to content

Instantly share code, notes, and snippets.

@TakumiBaba
Created January 25, 2015 17:12
Show Gist options
  • Select an option

  • Save TakumiBaba/102caf81c0f71978d4a5 to your computer and use it in GitHub Desktop.

Select an option

Save TakumiBaba/102caf81c0f71978d4a5 to your computer and use it in GitHub Desktop.
// 料理レシピの一部を擬似コードで表す
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