cscenter / javi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New model element 'CompositeBlock'

evlinsky opened this issue · comments

int a;
///begin SuperAlgoritgm
a = a + 1;
b = b /2;
///end
....
///begin MegaAlgorithm
f(c);
//end