diff options
-rw-r--r-- | html/f2c-1.mu (renamed from html/f2c.mu) | 2 | ||||
-rw-r--r-- | html/f2c-1.png | bin | 23997 -> 19070 bytes | |||
-rw-r--r-- | html/f2c-2.png | bin | 24630 -> 18823 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/html/f2c.mu b/html/f2c-1.mu index e3aa8f6c..b81203c4 100644 --- a/html/f2c.mu +++ b/html/f2c-1.mu @@ -1,5 +1,5 @@ # c = (f-32) * 5/9 -recipe fahrenheit-to-celsius f:number -> c:number [ +def fahrenheit-to-celsius f:number -> c:number [ local-scope load-ingredients tmp:number <- subtract f, 32 diff --git a/html/f2c-1.png b/html/f2c-1.png index 044b4d71..89f80094 100644 --- a/html/f2c-1.png +++ b/html/f2c-1.png Binary files differdiff --git a/html/f2c-2.png b/html/f2c-2.png index c7a84cb2..19b6f110 100644 --- a/html/f2c-2.png +++ b/html/f2c-2.png Binary files differ |