> In block diagrams of Virt the following is told: "after '{' comments are > absolutely any characters up to '}'". > > But in fpc this not right. This bug? No, fpc supports nested comments by default. If you want the old style of comments you need to use {$mode tp} or {$mode delphi}