FYI, you can use the markdown code tag so your code is properly rendered when viewed from the forums (make sure to tick the "Enable Markdown", right next to Send)

```
    ```D
    void my_function()
    {
    }
    ```
```

it'll be rendered like this:

```D
void my_function()
{
}
```

Reply via email to