langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
|
|
@ -1,11 +0,0 @@
|
|||
myDoc = '''
|
||||
Single-quoted heredocs allows no '#{foo}' interpolation.
|
||||
This behavior is similar to single-quoted strings.
|
||||
'''
|
||||
doc2 = """
|
||||
However, double-quoted heredocs *do* allow these.
|
||||
See it in action:
|
||||
Content: "#{myDoc}"
|
||||
"""
|
||||
|
||||
console.log doc2
|
||||
Loading…
Add table
Add a link
Reference in a new issue