Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
урок 13 пример 3 параметры по значению и параметры переменные
var a, b : integer; procedure ab( a : integer; var b : integer); begin a := a + 1; b := b + 1; writeln(a, ' ', b) end; begin a := 1; b := 2; ab( a + 2, b); ab( b, a ); writeln(a, ' ', b); end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Shuffle number array
Squad equation
Trang
SudokuSolver
2
practica 7 ejercicio 1
test27b
test22
practica 3 ejercicio B5
Potenztabelle
Please log in to post a comment.