Skip to content

Instantly share code, notes, and snippets.

@vipzero
Created April 18, 2019 00:58
Show Gist options
  • Save vipzero/fae4a82073efe7420361643648c619cc to your computer and use it in GitHub Desktop.
Save vipzero/fae4a82073efe7420361643648c619cc to your computer and use it in GitHub Desktop.
function isOK(message) {
return false
}
function rape(isOK) {
if (isOK("ゴムをつけて!")) {
return false
}
if (isOK("外に出して!")) {
return false
}
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment