Hello when I name the partition with more than one word it doesnt work:
start
partition Input Interface {
:read config file;
:init internal variable;
}
partition Running {
:wait for user interaction;
:print information;
}
stop
another question: how to set up the color of partition?
thanks!
Lana