This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f6eaf9096e
NetBSD
/
share
/
doc
/
ps1
/
04.pascal
/
synerr2.p
8 lines
103 B
OpenEdge ABL
Raw
Blame
History
p
r
o
g
r
a
m
s
y
n
e
r
r
2
(
input
,
o
u
t
p
u
)
;
integer
a
(
10
)
b
e
g
i
n
r
e
a
d
(
b
)
;
for
c
:
=
1
to
10
do
a
(
c
)
:
=
b
*
c
;
end
.
Reference in New Issue
View Git Blame
Copy Permalink