Advertisement
tchnmncr

Gnostic Pentagram Program

Dec 7th, 2016
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. banish() {
  2. facePreferredDirection(); // typically east, but do what thou wilt
  3. intoneVowel(i); // intone a high-pitched 'IEEEEE!' sound
  4. visualizeRadiance(head); // while visualizing a radiance of energy in
  5. // the head area
  6. intoneVowel(e); // intone a lower-pitched 'EEEEH!' sound
  7. visualizeRadiance(throat); // while visualizing a radiance of energy in
  8. // the throat area
  9. intoneVowel(a); // etc.
  10. visualizeRadiance(chest);
  11. intoneVowel(o);
  12. visualizeRadiance(belly);
  13. intoneVowel(u);
  14. visualizeRadiance(genitals);
  15. [...] // then go back up the scale, U through I
  16. repeat(4) { // do four times
  17. drawPentagram(); // trace an upright, five-pointed star in the
  18. // air with your finger
  19. turnLeft(90); // turn widdershins 90°
  20. }
  21. intoneVowel(i);
  22. visualizeRadiance(head);
  23. [...] // etc. through all the vowels and body areas
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement