This website requires JavaScript.
Explore
Help
Register
Sign In
administrator
/
pascalabcnet
Watch
1
Star
0
Fork
You've already forked pascalabcnet
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
b71ca1e76b
pascalabcnet
/
InstallerSamples
/
!Tutorial
/
02_Errors
/
CompilerError4.pas
6 lines
141 B
ObjectPascal
Raw
Normal View
History
Unescape
Escape
change encoding for all *.pas and *.cs files: cp1251 -> utf-8
2015-12-28 14:25:15 +03:00
// Исправьте ошибки компиляции, изменив тип переменной x
initial commit
2015-05-14 22:35:07 +03:00
var
x
:
integer
;
begin
x
:
=
3
/
5
;
end
.
Reference in a new issue
Copy permalink