Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4267806
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T06:56:58+00:00 2026-05-21T06:56:58+00:00

Sometimes, you want to use an if / unless modifier but the conditionally executed

  • 0

Sometimes, you want to use an if/unless modifier but the conditionally executed part includes a local variable that is to be defined within the condition. For example,

a = [1, 2, 3]
n = 3*(x**2) + 4*x + 5 if x = a[2]
m = 6*(y**2) + 7*y + 8 unless (y = a[0]).zero?

will give a parsing error because x,y is read before the if/unless modifier. In order to avoid that, I think it is pretty much common (at least for me) to use and instead of if and or instead of unless:

x = a[2] and n = 3*(x**2) + 4*x + 5
(y = a[0]).zero? or m = 6*(y**2) + 7*y + 8

Besides the fact that it does not raise an error, is there any difference? Is there any side effects in doing this? And, is there a better way?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T06:56:59+00:00Added an answer on May 21, 2026 at 6:56 am

    Alternatives that I would choose (and have used) when this issue arises:

    if x=a[2]
      n = 3*(x**2) + 4*x + 5
    end
    
    if x=a[2] then n = 3*(x**2) + 4*x + 5 end
    
    x=nil
    n = 3*(x**2) + 4*x + 5 if x=a[2]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sometimes, I want to use an ObjectOutputStream to write something to a file or
Sometimes I want to build Python or GCC from scratch just for fun, but
I have a flash program that loads movie clips dynamically and sometimes they want
Windows's Snipping tool can capture the screen, but sometimes I want to capture the
I use outlook express as a newsreader. Sometimes I want to get the entire
I want to use document.createDocumentFragment() to create an optimized collection of HTML elements that
I use a MacBook Pro. Sometimes I want to pause the execution of a
Sometimes I want to add some custom CSS or Javascript to a page but
Sometimes I want to use a minimal vim configuration, so with pathogen I have
If I'm not online, I sometimes want to package some changes to a commit,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.