This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pascal
/
freepascal.compiler
réplica de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
* variant problem where a normal operation is handled as variants
peter
%!s(int64=23) %!d(string=hai) anos
pai
5215700ea0
achega
758d221083
Modificáronse 1 ficheiros
con
10 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
10
0
tests/tbf/tb0142.pp
+ 10
- 0
tests/tbf/tb0142.pp
Ver ficheiro
@@ -0,0 +1,10 @@
+{ %fail }
+
+function f(b:byte):byte;
+begin
+ f:=chr(b)-chr(24);
+end;
+
+begin
+end.
+