Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Quoting-constructs/Ring/quoting-constructs.ring
Normal file
11
Task/Quoting-constructs/Ring/quoting-constructs.ring
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
text = list(3)
|
||||
|
||||
text[1] = "This is 'first' example for quoting"
|
||||
text[2] = "This is second 'example' for quoting"
|
||||
text[3] = "This is third example 'for' quoting"
|
||||
|
||||
for n = 1 to len(text)
|
||||
see "text for quoting: " + nl + text[n] + nl
|
||||
str = substr(text[n],"'","")
|
||||
see "quoted text:" + nl + str + nl + nl
|
||||
next
|
||||
Loading…
Add table
Add a link
Reference in a new issue