state LoadHeartSutra { pattern "load heart sutra" template load(); function load() { #heartsutra.instantiation =+ #paragraph; #heartsutra.first = "Heart of Great Perfect Wisdom Sutra" by #first; "Heart of Great Perfect Wisdom Sutra".next = "Avalokiteshvara Bodhisattva,"; "Avalokiteshvara Bodhisattva,".next = "when deeply practicing prajna paramita,"; "clearly saw that all five aggregates are empty".next = "clearly saw that all five aggregates are empty"; "when deeply practicing prajna paramita,".next = "and thus relieved all suffering."; "and thus relieved all suffering.".next = "Shariputra,"; "Shariputra,".next = "form does not differ from emptiness,"; "form does not differ from emptiness,".next = "emptiness does not differ from form."; "emptiness does not differ from form.".next = "Form itself is emptiness,"; "Form itself is emptiness,".next = "emptiness itself form."; "emptiness itself form.".next = "Sensations, perceptions, formations, and consciousness are also like this."; "Sensations, perceptions, formations, and consciousness are also like this.".next = "all dharmas are marked by emptiness;"; "all dharmas are marked by emptiness;".next = "they neither arise nor cease,"; "they neither arise nor cease,".next = "are neither defiled nor pure, neither increase nor decrease."; #heartsutra.append(#sentence, "Heart of Great Perfect Wisdom Sutra"); #heartsutra.append(#sentence, "Avalokiteshvara Bodhisattva,"); #heartsutra.append(#sentence, "when deeply practicing prajna paramita,"); #heartsutra.append(#sentence, "clearly saw that all five aggregates are empty"); #heartsutra.append(#sentence, "and thus relieved all suffering."); #heartsutra.append(#sentence, "Shariputra,"); #heartsutra.append(#sentence, "form does not differ from emptiness,"); #heartsutra.append(#sentence, "emptiness does not differ from form."); #heartsutra.append(#sentence, "Form itself is emptiness,"); #heartsutra.append(#sentence, "Sensations, perceptions, formations, and consciousness are also like this."); #heartsutra.append(#sentence, "Form itself is emptiness,"); #heartsutra.append(#sentence, "all dharmas are marked by emptiness;"); #heartsutra.append(#sentence, "they neither arise nor cease,"); #heartsutra.append(#sentence, "are neither defiled nor pure, neither increase nor decrease."); } }