1param exampleString string = 'test value' 2 3var comments = ''' 4comments // are included 5/* because everything is read as-is */ 6'''
View as plain text