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
* variant problem where a normal operation is handled as variants
peter
23 vuotta sitten
vanhempi
5215700ea0
commit
758d221083
1 muutettua tiedostoa
jossa
10 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
10
0
tests/tbf/tb0142.pp
+ 10
- 0
tests/tbf/tb0142.pp
Näytä tiedosto
@@ -0,0 +1,10 @@
+{ %fail }
+
+function f(b:byte):byte;
+begin
+ f:=chr(b)-chr(24);
+end;
+
+begin
+end.
+