From c603cd6cef43100aa83a62e15f96fd54c9fb987e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 13 Nov 2015 10:08:57 -0800 Subject: 2430 - make room for more transforms --- html/example1.mu.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 html/example1.mu.html (limited to 'html/example1.mu.html') diff --git a/html/example1.mu.html b/html/example1.mu.html new file mode 100644 index 00000000..13333c91 --- /dev/null +++ b/html/example1.mu.html @@ -0,0 +1,37 @@ + + + + +Mu - example1.mu + + + + + + + + + + +
+recipe example1 [
+  a:number <- add 2, 2
+  a <- multiply a, 3
+]
+
+ + + -- cgit 1.4.1-2-gfad0 > diff stats
path: root/014literal_string.cc
blob: c06e4f358b95d11105f7828f25595cd1b5efcc9c (plain) (tree)
1
2
3
4
5
6
7
8
9