Naposledy aktivní 1 day ago

capitalex's Avatar capitalex revidoval tento gist 1 day ago. Přejít na revizi

1 file changed, 35 insertions

scheming.squirm(vytvořil soubor)

@@ -0,0 +1,35 @@
1 + <quick ~color ~animalA jumps over the lazy ~animalB> {
2 + How rude says !animalB to the quick !color !animalA
3 + }
4 +
5 + ~animalB {
6 + lazy ~ {
7 + $stash the ~ {
8 + $stash over ~ {
9 + $stash jump ~ {
10 + $stash ~animalA {
11 + ~color {
12 + quick ~ {
13 + %drop
14 + !stash %drop
15 + !stash %drop
16 + !stash %drop
17 + !stash %drop
18 + \success001
19 + }
20 + !color
21 + }
22 + !animalA
23 + }
24 + !stash
25 + }
26 + !stash
27 + }
28 + !stash
29 + }
30 + !stash
31 + }
32 + !animalB
33 + } %fail @success001 {
34 + How rude says !animalB to the quick !color !animalA
35 + }
Novější Starší