(.js)
laraImport("antarex.split.extractCodeAspects");
(.lara)
import antarex.split.extractCodeAspects;
Extract the code annotated with the prama called "EXTRACT".
The selected code becomes the body of a new function/method generated in a new file.
Then the user may play with several compiled versions of this code, or modified algorithm.
Finalize the components of the code extraction.
Initialize the components of the code extraction.
For a function/method annotated with the pragma
#pragma ISOLATE NB
It produces NB versions of the function/method, copy of the original but with a new name.
The original one becomes the selector of the version to use.