Skip to content

Commit

Permalink
Add Baklava in Fetlang (#4196)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzuckerm authored Jan 6, 2025
1 parent aa23975 commit b48b1e9
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions archive/f/fetlang/baklava.fet
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

0 comments on commit b48b1e9

Please sign in to comment.