zsh-workers
 help / color / mirror / code / Atom feed
From: Stephane Chazelas <stephane.chazelas@gmail.com>
To: Sebastian Gniazdowski <psprint@zdharma.org>
Cc: Bart Schaefer <schaefer@brasslantern.com>,
	"zsh-workers@zsh.org" <zsh-workers@zsh.org>
Subject: Re: Ternary expression in Zsh (was: Feature request – substitutions similar to +, -, :+, :-)
Date: Tue, 5 Dec 2017 06:55:18 +0000	[thread overview]
Message-ID: <20171205065518.GA7087@chaz.gmail.com> (raw)
In-Reply-To: <etPan.5a23bfae.35a1d3d8.c73c@zdharma.org>

2017-12-03 10:11:10 +0100, Sebastian Gniazdowski:
> On 25 Nov 2017 at 12:15:42, Sebastian Gniazdowski (psprint@zdharma.org) wrote:
> > if (VAR) { return "" } else { return "something else" }
> 
> Kept the main point of previous messages. New point – it is actually possible to have ternary expression in Zsh:
[...]

See also:

$ true; echo ${${=:-green red}[2-!?]}
green
$ false; echo ${${=:-green red}[2-!?]}
red

-- 
Stephane


  reply	other threads:[~2017-12-05  6:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-18 18:05 Feature request – substitutions similar to +, -, :+, :- Sebastian Gniazdowski
2017-11-18 18:22 ` Sebastian Gniazdowski
2017-11-18 18:46   ` Bart Schaefer
     [not found]   ` <etPan.5a10805d.57d72d7c.137@AirmailxGenerated.am>
2017-11-25 11:15     ` Sebastian Gniazdowski
2017-12-03  9:11       ` Ternary expression in Zsh (was: Feature request – substitutions similar to +, -, :+, :-) Sebastian Gniazdowski
2017-12-05  6:55         ` Stephane Chazelas [this message]
2017-12-05  8:06           ` Tom M.
2017-12-05  9:04             ` Bart Schaefer
2017-12-05  8:24         ` Sebastian Gniazdowski
2017-12-05  9:05           ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171205065518.GA7087@chaz.gmail.com \
    --to=stephane.chazelas@gmail.com \
    --cc=psprint@zdharma.org \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).