Skip to content

Commit

Permalink
potatoscript
Browse files Browse the repository at this point in the history
  • Loading branch information
trucy committed Aug 21, 2012
1 parent cf56cde commit 1103cd2
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Expand Up @@ -9,7 +9,7 @@ The potato is a starchy, tuberous crop from the perennial Solanum tuberosum of t
Source: [Wikipedia](http://en.wikipedia.org/wiki/Potatoes)

## h2 / Potato production and nutrition [lists and tables]
## h2 / Potato production and nutrition [lists, tables, horizontal rules]

Potatoes

Expand All @@ -18,6 +18,8 @@ Potatoes
3. Potatoes
4. !

- - -

Potato, raw, with skin nutritional value per 100g

* Carbohydrates 19g
Expand All @@ -27,6 +29,8 @@ Potato, raw, with skin nutritional value per 100g
* Protein 2g
* Water 75g

***

Top Potato Producers in 2009 | Million metric tons
-----------------------------------------------------------|--------------------
People's Republic of China | 73
Expand All @@ -35,7 +39,16 @@ Russia | 31
Ukraine | 20
United States | 20

### h3 / Coding potatoes
### h3 / PotatoScript [code]

// make french fry objects
function fries(style,ingredients,serving) {
this.style = style;
this.ingredients = ingredients;
this.serving = serving;
}

var side = new fries("shoestring","potatoes",2);

#### h4 /

Expand Down

0 comments on commit 1103cd2

Please sign in to comment.