1 | // This example source is explained at floetry.us/doc/making |
2 | // You can copy this example and edit your copy to experiment. |
3 | |
4 | @demo @sentence . |
5 | |
6 | @sentence @phrase likes @phrase |
7 | |
8 | @phrase |
9 | my @pet |
10 | your @pet |
11 | |
12 | @pet |
13 | cat |
14 | dog |
15 | parakeet |
16 | uncle |
17 | |
18 | @demo |
19 | @sentence ! |
20 | |
21 | @sentence |
22 | @phrase is actually @phrase |
23 | @phrase @transitive-verb +s @phrase |
24 | |
25 | @transitive-verb |
26 | * love ignore cuddle wrankle hug kiss clobber |
27 | |
28 | @phrase |
29 | @name |
30 | |
31 | @name |
32 | * Bart Lisa Fred Wilma Kermit Lucy |
33 | Charlie Brown |
34 | Miss Piggy |
35 | |
36 | @sentence |
37 | @phrase is @verb-prep @phrase |
38 | |
39 | @verb-prep |
40 | mad at |
41 | pissed off about |
42 | crazy over |
43 | head over heals in love with |
44 | |
45 | @pet |
46 | * frog pig monkey sister-in-law |
47 | weird uncle |
48 | furry panda |
49 | |
50 | @@customize |
51 | @name Your Friend |
52 | @pet An animal |
53 | @transitive-verb A Verb |