repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add some basic letsimp tests based on bug #3950
[maxima.git]
/
share
/
colnew
/
ex1
/
gsub.f
blob
92a8495798fc3904713f57d3b35eea7048c2d4c1
1
C................................................................ GSU 10
2
SUBROUTINE
GSUB
(
I
,
Z
,
G
)
GSU
20
3
REAL*8
Z
(
4
),
G
4
GO TO
(
10
,
20
,
10
,
20
),
I
5
10
G
=
Z
(
1
) -
0
.
6
RETURN
7
20
G
=
Z
(
3
) -
0
.
8
RETURN
9
END