This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
pascal
/
freepascal.compiler
peilaus alkaen
https://gitlab.com/freepascal.org/fpc/source.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
* now used to test int32 add operation
mazen
22 vuotta sitten
vanhempi
7b3662c508
commit
63f08813bc
1 muutettua tiedostoa
jossa
2 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
2
1
tests/sparc/test0001.pas
+ 2
- 1
tests/sparc/test0001.pas
Näytä tiedosto
@@ -5,5 +5,6 @@ VAR
x,y:Cardinal;
BEGIN
y:=0;
- z:=0;
+ y:=0;
+ y:=x+1;
END.