about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-03-08 16:32:54 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-03-08 16:32:54 -0800
commit9ba232fa0a3e64f14273249632ca561b59a91026 (patch)
treedf6df07301c34f267bde858815759b675f00e76f /html
parent9256764b52e2f827d6b43847ef72f7780bf6465b (diff)
downloadmu-9ba232fa0a3e64f14273249632ca561b59a91026.tar.gz
2739
Diffstat (limited to 'html')
-rw-r--r--html/f2c-1.mu (renamed from html/f2c.mu)2
-rw-r--r--html/f2c-1.pngbin23997 -> 19070 bytes
-rw-r--r--html/f2c-2.pngbin24630 -> 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