-
```
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?
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?
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?
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?
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…
-
Unknown identifier '' at line 339
^ Those are unicode vs. ANSI errors.
See here for why Simba needs the code-editor updated OR all strings need changing to WStr/WChars:
http://villavu.com/forum/sho…
-
The kernel receives a wrong last argument:
multiboot: child__llseek(17, 0, 0, 0xbe938ad0, 1) // tracy
sys_llseek(17, 0, 0, 0xbe938ad0, 1019892) // kernel
test: http://pastebin.com/2NFGs8Xn
M1cha updated
9 years ago