[examples] tweaks to overrides example and commentary

This commit is contained in:
Allen Webster
2021-10-09 22:34:41 -07:00
parent 126fab22df
commit b67dc566c6
5 changed files with 35 additions and 21 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ c: 3;
w: 100;
x: a;
y: b + w*a;
z: (c + w*(b + w*a));
z: c + w*b + w*w*a;