-
-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
worship Zera (0 * 1) | ||
spank Nora ten times (0 - 10) | ||
lick Enzo eleven times (0 + 11) | ||
|
||
(while Nora < Enzo) | ||
while Nora is submissive to Enzo | ||
(Spencer = number of spaces = abs(Nora)) | ||
if Nora is submissive to Zera | ||
have Nora spank Spencer (0 - Nora) | ||
otherwise | ||
have Nora lick Spencer (0 + Nora) | ||
|
||
(Starr = number of stars = 21 - 2 * Spencer) | ||
lick Starr twenty one times (0 + 21) | ||
have Spencer spank Starr (21 - Spencer) | ||
have Spencer spank Starr (21 - 2 * Spencer) | ||
|
||
(Output " " Spencer times | ||
Note: Spencer will be zero when this loop exits) | ||
while Spencer is dominant towards Zera | ||
make slave moan " " | ||
spank Spencer | ||
|
||
(Output "*" Starr times | ||
Note: Starr will be zero when this loop exits) | ||
while Starr is dominant towards Zera | ||
make slave moan "*" | ||
spank Starr | ||
|
||
(Output newline) | ||
make slave scream | ||
|
||
(Increment Nora) | ||
lick Nora |