Negative size in dimension
Closed this issue · 0 comments
MathiasMehl commented
The following programs compiles with no warnings or errors regarding the size
world {
size = -1 [edge], 200 [wrap];
edge = ident;
}
state ident (0, 0, 0) {
become ident;
}