-
```
What will reproduce the problem?
procedure Foo(var G);
begin
Writeln(G); // Produces error.
Writeln(VarType(G)); // Produces same error.
if(G = 10) then
Writeln('Blegh');
end;
What…
-
```
What will reproduce the problem?
running the following script:
http://paste.villavu.com/show/3667/
line 33 will cause the error. The first time I run it will cause no errors and
the expected ou…
-
```
What will reproduce the problem?
procedure Foo(var G);
begin
Writeln(G); // Produces error.
Writeln(VarType(G)); // Produces same error.
if(G = 10) then
Writeln('Blegh');
end;
What…
-
```
What will reproduce the problem?
http://paste.villavu.com/show/AWaEmivhUS0gfu7WcwLm/
What is the expected output?
nil
[]
What do you see instead?
Access violation
Which version are you using?
e…
-
```
What will reproduce the problem?
http://paste.villavu.com/show/x7iV1TALSkH1wzLwtYL1/
What is the expected output? What do you see instead?
42, Exception
Which version are you using?
r105
…
-
```
What will reproduce the problem?
http://paste.villavu.com/show/543/
What is the expected output? What do you see instead?
Before Try
After Try
In Finally (You don't get this.)
Which vers…
-
```
What will reproduce the problem?
http://pastebin.com/q3sePpqB
What is the expected output? What do you see instead?
Should print "42" (It works in Laz)
I get "Exception in Script: Unknown d…
-
```
What will reproduce the problem?
Compiling Lape on Linux with FPC 2.4.4
What is the expected output? What do you see instead?
Compiled Sucessfully. Error.
Which version are you using?
N/A,…
-
```
What will reproduce the problem?
http://paste.villavu.com/show/AWaEmivhUS0gfu7WcwLm/
What is the expected output?
nil
[]
What do you see instead?
Access violation
Which version are you using?
e…
-
```
What will reproduce the problem?
http://paste.villavu.com/show/x7iV1TALSkH1wzLwtYL1/
What is the expected output? What do you see instead?
42, Exception
Which version are you using?
r105
…