diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/include.rcp | 4 | ||||
-rw-r--r-- | lib/simple_omelette.rcp | 17 |
2 files changed, 21 insertions, 0 deletions
diff --git a/lib/include.rcp b/lib/include.rcp new file mode 100644 index 0000000..b4b2814 --- /dev/null +++ b/lib/include.rcp @@ -0,0 +1,4 @@ +@includes + +poops = 5 +crouches = 2 diff --git a/lib/simple_omelette.rcp b/lib/simple_omelette.rcp new file mode 100644 index 0000000..37a0cb8 --- /dev/null +++ b/lib/simple_omelette.rcp @@ -0,0 +1,17 @@ +# -*- mode: fundamental -*- +@title + +!/home/gramanas/code/food_compiler/lib/include.rcp +eggs = 3 +milk = 2tbsp +salt, pepper = * +oregano = * + +--- + +- beat the $eggs and add \ +$salt and $pepper => beaten eggs +> add $milk to the ${beaten eggs} +> melt $butter in pan +> add the eggs and \ +cook [until they are almost set] |