ChefLanguage- Bomboloni for Crane.
https://www.plurk.com/eros219食譜:
https://paste.plurk.com/show/GKIFKFKzwsQcD4tO4UJ2/
ASCII碼
eggs = 2=␂(正文開始符)
milk = 110=n
water = 97=a
butter = 55
salt = 4
cake flour = 67 = C
high-gluten flour = 101
pastry cream = 46
Put milk into the mixing bowl.
> n
Put water into the mixing bowl.
>a, n
Put eggs into the mixing bowl.
>␂, a, n
Combine butter into the mixing bowl. 將碗的頂部元素(2)乘以變數(55)的值
>(2*55=110=n) , ␂, a, n
Add salt into the mixing bowl. 將變數(4)的值加到碗的頂部元素(110)。
>(110+4=114=n→r) , ␂, a, n
Stir the mixing bowl for 1 minutes. 將碗的頂部元素向下移動 1 個位置,並將上方的所有元素向上移動一個位置。
> ␂, r, a, n
Put cake flour into the mixing bowl.
>C, ␂, r, a, n
Stir the mixing bowl for 1 minutes.將碗的頂部元素向下移動 1 個位置,並將上方的所有元素向上移動一個位置。
> ␂, C, r, a, n
Put high-gluten flour into the mixing bowl.
>e, ␂, C, r, a, n
Stir the mixing bowl for 5 minutes.將碗的頂部元素向下移動5 個位置,並將上方的所有元素向上移動一個位置。
> ␂, C, r, a, n, e
Pour contents of the mixing bowl in the pan.將碗中的元素複製到平底鍋中,保留順序
> ␂, C, r, a, n, e (平底鍋)
Fry the contents of the pan. 循環開始
Wait the contents of the pan until fried. 直到鍋中的內容物煎熟
Take pastry cream from the refrigerator. 讀取pastry cream=46=.
Liquefy pastry cream. 將pastry cream的類型改為 Liquid
Place pastry cream on the plate.
> . (盤子裡)
Add contents of the pan to the plate. 將平底鍋的內容物疊到盤子上
//事後看覺得用add可能會引起誤會,Pour 會更適合,當時不寫Pour 只是單純覺得用平底鍋的內容物用倒來形容可能會的有點奇怪,單純是英文不好的部分(
>␂, C, r, a, n, e, .
= Crane.
Serve bomboloni with rose. 和玫瑰一起裝盤。