diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-09-17 15:01:51 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-09-17 15:01:51 -0700 |
commit | f344b250f6f062a1a1902bf69b23ebf9b565de0e (patch) | |
tree | 199bd32a9aee198d5028b1c21b83d2cf0944b2b6 /html/example1.mu.html | |
parent | 897ae8c1855f830d8819759ea327d147f28a09bf (diff) | |
download | mu-f344b250f6f062a1a1902bf69b23ebf9b565de0e.tar.gz |
3395
Diffstat (limited to 'html/example1.mu.html')
-rw-r--r-- | html/example1.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/example1.mu.html b/html/example1.mu.html index 9e4c8948..66a965cd 100644 --- a/html/example1.mu.html +++ b/html/example1.mu.html @@ -29,7 +29,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <pre id='vimCodeElement'> <span class="muRecipe">def</span> example1 [ <span class="Constant">local-scope</span> - a:number<span class="Special"> <- </span>add <span class="Constant">2</span>, <span class="Constant">2</span> + a:num<span class="Special"> <- </span>add <span class="Constant">2</span>, <span class="Constant">2</span> a<span class="Special"> <- </span>multiply a, <span class="Constant">3</span> ] </pre> |