Projektübersicht

Mit Skulpt-Runnder kannst du mit wenig Aufwand Code in Textfeldern in eine ausführbare Skulpt-Entwicklungsumgebung verwandeln.

So wird aus diesem Code:

```skulpt_runner
{"options":"editor buttons console"}
print(4+2)
```

diese IDE:

{"options":"editor buttons console"}
print(4+2)