diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-21 12:05:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-21 12:05:31 +0200 |
commit | 141693278ef900655efae53990d084058b008a90 (patch) | |
tree | 5b247e57d279a5f40e380d8ca35e871332d82712 /tests/variable/expansion/test.sh | |
parent | 4a5c11f559e72bb6f5d8c28815c57c1690408f29 (diff) |
Add support for single line if-blocks
So now we can do:
if true
print true
else
print false
Instead having to do:
if true
{
print true
}
else
{
print false
}
Diffstat (limited to 'tests/variable/expansion/test.sh')
0 files changed, 0 insertions, 0 deletions