6 lines
150 B
JavaScript
6 lines
150 B
JavaScript
|
|
document.getElementById('out').innerHTML= display({x: x, y: y, horiz: horiz, verti: verti, here: here});
|
||
|
|
setTimeout(step, 100);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
step();
|