Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
13
Task/Here-document/SenseTalk/here-document.sensetalk
Normal file
13
Task/Here-document/SenseTalk/here-document.sensetalk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
set script to {{SCRIPT
|
||||
put "Script demonstrating block quotes"
|
||||
|
||||
set text to {{
|
||||
"I wish it need not have happened in my time," said Frodo.
|
||||
"So do I," said Gandalf, "and so do all who live to see such times. But that is not for them to decide. All we have to decide is what to do with the time that is given us."
|
||||
}}
|
||||
|
||||
put the number of occurrences of "time" in text --> 3
|
||||
|
||||
SCRIPT}}
|
||||
|
||||
do script
|
||||
Loading…
Add table
Add a link
Reference in a new issue