Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 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