Test topic #2

You don’t really have to; if you use

```Oxygene
method test;
begin
  var s: string := 'test' + 15;
end;
```

you get:

method test;
begin
  var s: string := 'test' + 15;
end;

The"code" button above works well if you write it out first, then select it and press the button, that way it indents it all for you.