Edge default state never checked
MathiasMehl opened this issue · 0 comments
MathiasMehl commented
As of right now, the following program compiles without error, even though the default state for the edge is non-existing. Add test files for this :)
world {
size = 100 [edge], 200 [wrap];
edge = abc;
}
state ident (0, 0, 0) {
become ident;
}