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

  • SEARCH
  • Home
  • 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 7973779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T08:12:07+00:00 2026-06-04T08:12:07+00:00

I can put a return anywhere such as in a function, in an if

  • 0

I can put a return anywhere such as in a function, in an if block, case block.

How come this doesn’t work:

     (x == "good") ? (return("works")):""; 

UPDATE: I know I can do this:

     return (x == "good") ? ("works"):"";

Just want to know why the first case isn’t acceptable.

  • 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-06-04T08:12:09+00:00Added an answer on June 4, 2026 at 8:12 am

    It’s because the grammar of a ternary operation is this:

    condition ? expr1 : expr2

    And a return statement isn’t technically considered an expression.


    Edit: here’s some more info. The above explains it in terms of the grammar of the language, but here’s a little bit about the reasoning of why.

    I’ve actually dug into this before, because I’ve always thought it would be cool to be able to do stuff like:

    someFlag && return;
    

    Rather than

    if (someFlag) return;
    

    The problem, however, is that expressions always need to evaluate to something. This requirement is at odds with the role of the return statement, however, which along with (optionally) returning a result, also immediately terminates execution of the current function. This termination of the current function is logically inconsistent with the need to evaluate the value of the return statement itself, if it were indeed an expression.

    Given that inconsistency, the language authors apparently chose to not allow return statements to act as expressions. Hope I managed to word that in a way that makes sense.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can put return tow function following in one function marge() and echo it
I'm trying to create a function where you can put in a phrase such
I can put python doctests in the bodies of each function, which I sometimes
I have this function: /// <summary> /// Return array of all badges for a
I have this jQuery code; $(function () { $(window).unbind(beforeunload); $(window).bind(beforeunload, function () { return
We can put our file say one.txt in txt folder available in tomcat->webapp folder.
how i can put multiple buttons in scroll view with according to my requirement?
In C++ you can put a member in a base class and a member
I know I can put escaped HTML tags in string resources. However, looking at
Where are all of the places you can put CSS style information on an

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.