• Welcome to Vampyre Imaging Library Forum. Please login or sign up.
 

Code Syntax Highlighting

Started by Galfar, 28 July 2011, 23:28:59

Previous topic - Next topic

Galfar

You can post source code with syntax highlighting using [code=lang]your code[/code] tags. For Delphi/Pascal use [code=delphi] or [code=pascal].

Result looks like this:
Code (pascal) Select

procedure AddOne(var I: Integer);
begin
  I := I + 1;
end;

SMF spam blocked by CleanTalk