mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-29 19:00:03 +00:00
[examples] tweaks to overrides example and commentary
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user