powered by
outputs text if verbose flag is set
catv(x)
Prints the text string
some text string
Daryl Waggott
verbose <- TRUE; catv("Hello Universe!"); verbose <- FALSE; catv("Goodbye Universe!")
Run the code above in your browser using DataLab