6 lines
129 B
Text
6 lines
129 B
Text
|
param exampleString string = 'test value'
|
||
|
|
||
|
var comments = '''
|
||
|
comments // are included
|
||
|
/* because everything is read as-is */
|
||
|
'''
|