mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:27:56 +02:00
instantfpc: example for mode directive
git-svn-id: trunk@17964 -
This commit is contained in:
parent
50952945e1
commit
5ca0871033
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env instantfpc
|
||||
begin
|
||||
writeln('Hello world 2');
|
||||
writeln('Hello world!');
|
||||
end.
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env instantfpc
|
||||
{$mode objfpc}{$H+}
|
||||
var
|
||||
i: Integer;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user