mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Merge pull request #4640 from funtaps/patch-1
[groovy/en] Small groovy bang fix
This commit is contained in:
commit
c035db7a67
@ -193,7 +193,7 @@ def say(msg = 'Hello', name = 'world') {
|
||||
assert 'Hello world!' == say()
|
||||
// Right most parameter with default value is eliminated first.
|
||||
assert 'Hi world!' == say('Hi')
|
||||
assert 'learn groovy' == say('learn', 'groovy')
|
||||
assert 'learn groovy!' == say('learn', 'groovy')
|
||||
|
||||
/*
|
||||
Logical Branching and Looping
|
||||
|
Loading…
Reference in New Issue
Block a user