mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-31 03:40:06 +00:00
[examples] c like expressions example
This commit is contained in:
@@ -9,6 +9,6 @@ b: 2;
|
||||
c: 3;
|
||||
|
||||
w: 100;
|
||||
x: a*w + b;
|
||||
y: b*w + c;
|
||||
z: c*w + a;
|
||||
x: a;
|
||||
y: b + w*a;
|
||||
z: (c + w*(b + w*a));
|
||||
|
||||
Reference in New Issue
Block a user