How to use stepcode

Writing Pseudocode

To enable step-by-step execution for your pseudocode, wrap your code blocks with the stepcode language identifier:

```stepcode
x := 5
y := 10
result := x + y
```

The interpreter will parse these blocks and provide the interactive stepping functionality in the generated static site.