@@ -1,2 +1,2 @@
-*.mc
+myFirstProgram.mc
output.js
@@ -0,0 +1,3 @@
+(assign twelve 12)
+(assign myvar (add twelve (subtract 6 2)))
+(log myvar)