Jump to content

Wireworld: Difference between revisions

m
(Added Easylang)
imported>Arakov
Line 1,780:
^ conductor
}
:!{
^ cell
}
Line 1,792:
constructor load(string stateString, int maxX, int maxY)
{
var strings := stateString.splitBy(newLineConstant).selectBy::(s => s.toArray()).toArray();
theSpace := IntMatrixSpace.allocate(maxX, maxY, RuleSet
Line 1,865:
{
Model model := Model.load(sample,10,30);
for(int i := 0,; i < 10,; i += 1)
{
console.printLineFormatted("Iteration {0}",i);
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.