Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
compile
/
nest-c-1.a68
blob: 4a0216d7be19c78c59efad3642ba08767f9eba95 [
file
]
begin
proc real myrandom
=
nest C
"_libga68_random"
;
real r
=
myrandom
;
assert
(
r
>=
0.0
AND r
<=
1.0
)
end