Published in: Groovy
********************************************************************************
* *
* Andreas writes groovy scripts! Jana corrects the mistakes! ;-) *
* *
********************************************************************************
def star = '*' def lineof80stars = star * 80 def myName = 'Andreas' def mySister = 'Jana' def gString = "$myName writes groovy scripts! $mySister corrects the mistakes! ;-)" def newline = '\n' print lineof80stars + newline println centerEmptyLine println centerText println centerEmptyLine print lineof80stars
You need to login to post a comment.
