blob: e7f87917d82e4281a5aa05a9ac65009c1c036133 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# -*- mode: fundamental -*-
@title
# default lib search path FOOD_LIB=/usr/local/share/food
# order:
# 1a. full path if s[0] = / or ~
# 1b. file local path
# 2. default library path
# !pasta.rcp = 3
# !~/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]
|