This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pascal
/
freepascal.compiler
espejo de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
* now used to test int32 add operation
mazen
hace 22 años
padre
7b3662c508
commit
63f08813bc
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
2
1
tests/sparc/test0001.pas
+ 2
- 1
tests/sparc/test0001.pas
Ver fichero
@@ -5,5 +5,6 @@ VAR
x,y:Cardinal;
BEGIN
y:=0;
- z:=0;
+ y:=0;
+ y:=x+1;
END.