Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created September 4, 2015 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/10546562a48a30334d9c to your computer and use it in GitHub Desktop.
Save guitarrapc/10546562a48a30334d9c to your computer and use it in GitHub Desktop.
if (1..10 -eq 1) # 1が返ってくる。この1が if 文の中で [bool]1 となって true になる
{
"ここにきてしまう!"
}
else
{
"ここにいってほしいのに!"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment