instantfpc: example for mode directive

git-svn-id: trunk@17964 -
This commit is contained in:
Mattias Gaertner 2011-07-09 08:40:27 +00:00
parent 50952945e1
commit 5ca0871033
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env instantfpc
begin
writeln('Hello world 2');
writeln('Hello world!');
end.

View File

@ -1,4 +1,5 @@
#!/usr/bin/env instantfpc
{$mode objfpc}{$H+}
var
i: Integer;
begin