This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
pascal
/
fpc
mirror de
https://gitlab.com/freepascal.org/fpc/source.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
* new test
peter
há 24 anos atrás
pai
9929a33475
commit
9d1f81129f
1 ficheiros alterados
com
9 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
9
0
tests/tbs/tb0352.pp
+ 9
- 0
tests/tbs/tb0352.pp
Ver Ficheiro
@@ -0,0 +1,9 @@
+procedure p(var w:word);
+begin
+end;
+
+var
+ i : smallint;
+begin
+ p(word(i));
+end.