Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set variables as !default #25

Closed
wants to merge 1 commit into from

Conversation

jrschumacher
Copy link

You can assign to variables if they aren’t already assigned by adding the !default flag to the end of the value. This means that if the variable has already been assigned to, it won’t be re-assigned, but if it doesn’t have a value yet, it will be given one.

> You can assign to variables if they aren’t already assigned by adding the !default flag to the end of the value. This means that if the variable has already been assigned to, it won’t be re-assigned, but if it doesn’t have a value yet, it will be given one.
@gordalina
Copy link

Major plus to this! ping @zavoloklom

@cbaur
Copy link

cbaur commented Apr 15, 2015

+1 here!

@Ollo
Copy link

Ollo commented Apr 24, 2015

👍

@tomasruud
Copy link

Please merge this, @zavoloklom . 🐱

@gitawego
Copy link

+1

@zavoloklom
Copy link
Owner

Fixed in 2.0 release

@zavoloklom zavoloklom closed this Jun 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants