diff options
author | Roberto Perez <pr@manoderecha.mx> | 2013-08-17 12:45:13 -0500 |
---|---|---|
committer | Roberto Perez <pr@manoderecha.mx> | 2013-08-17 12:45:13 -0500 |
commit | 77cb25bf9b35b5a8bae6bf5e3a3ff1a4fa9ec438 (patch) | |
tree | b52f8796e395a67fab3df5b0c75aa6feb9d5ba16 /groovy.html.markdown | |
parent | 655ef1d66fc564e394cdb2a370f5a8dad723c3c4 (diff) |
Groovy: v 1.0
Diffstat (limited to 'groovy.html.markdown')
-rw-r--r-- | groovy.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groovy.html.markdown b/groovy.html.markdown index 5333935c..e4c2180b 100644 --- a/groovy.html.markdown +++ b/groovy.html.markdown @@ -229,7 +229,7 @@ clos( "hi" ) http://roshandawrani.wordpress.com/2010/10/18/groovy-new-feature-closures-can-now-memorize-their-results/ http://www.solutionsiq.com/resources/agileiq-blog/bid/72880/Programming-with-Groovy-Trampoline-and-Memoize http://mrhaki.blogspot.mx/2011/05/groovy-goodness-cache-closure-results.html -/* +*/ def cl = {a, b -> sleep(3000) // simulate some time consuming processing a + b |