mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-03 14:18:45 +00:00
[examples] start setting up expression parser intro
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
** Example: expressions intro
|
||||
**
|
||||
** TODO
|
||||
*/
|
||||
|
||||
a: 1;
|
||||
b: 2;
|
||||
c: 3;
|
||||
|
||||
w: 100;
|
||||
x: a*w + b;
|
||||
y: b*w + c;
|
||||
z: c*w + a;
|
||||
Reference in New Issue
Block a user