diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2021-09-02 17:23:42 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2021-09-02 17:23:42 +0300 |
commit | 9deed51aa2df7ca5979963f7452a6439ad2d3767 (patch) | |
tree | 7ceea0494c01eeff7e7fdaaa8b1bfc7e5adf62c1 /lib/simple_omelette.rcp | |
download | foodtools-9deed51aa2df7ca5979963f7452a6439ad2d3767.tar.gz foodtools-9deed51aa2df7ca5979963f7452a6439ad2d3767.tar.bz2 foodtools-9deed51aa2df7ca5979963f7452a6439ad2d3767.zip |
initial
Diffstat (limited to 'lib/simple_omelette.rcp')
-rw-r--r-- | lib/simple_omelette.rcp | 17 |
1 files changed, 17 insertions, 0 deletions
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] |