Skip to content

Posts tagged ‘delphi’

23
set

Teste: Mod Syntax Highlighting

Encontrei este mod e passarei a usá-lo de agora em diante.
Quem quiser ter um igual é só instalar este mod aqui.

1
2
3
4
5
public class Hello {
  public static void main(String[] args) {
    System.out.println("Olá mundo!");
  }
}
1
2
3
4
#!/bin/bash
FILE=/etc/file
echo $FILE
echo "string"
<?php
  function foo() {
    echo "Olá mundo!\\n";
  }
?>
?View Code DELPHI
begin
   function teste
   showmessage('Testandoo');
end;