From 762b099ef6c6ad5b6b61d29e473baa6df8d64ab9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 18 Jul 2015 15:22:49 -0700 Subject: 1818 --- html/factorial.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/factorial.mu.html') diff --git a/html/factorial.mu.html b/html/factorial.mu.html index 41a725b6..5545f582 100644 --- a/html/factorial.mu.html +++ b/html/factorial.mu.html @@ -34,14 +34,14 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } # example program: compute the factorial of 5 recipe main [ - new-default-space + local-scope x:number <- factorial 5:literal $print [result: ], x:number, [ ] ] recipe factorial [ - new-default-space + local-scope n:number <- next-ingredient { # if n=0 return 1 -- cgit 1.4.1-2-gfad0