Units separated to their own block, and properly tested

This commit is contained in:
Bán Dénes 2021-07-11 13:45:53 +02:00
parent 71efdbe020
commit 452d7c155b
7 changed files with 100 additions and 19 deletions

View file

@ -0,0 +1,11 @@
units:
a: cy - 7
variables:
b: a * 1.5
points:
zones:
matrix:
columns:
col:
rows:
row:

View file

@ -0,0 +1,7 @@
{
"u": 19,
"cx": 18,
"cy": 17,
"a": 10,
"b": 15
}