Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
modules
/
module11.a68
blob: 1440472b694f8c6359061acaa2dc7d9ae6442e98 [
file
] [
log
] [
blame
]
{
Mixing
module
texts
with
revelations
and
without revelations
.
}
module
Module11
=
access
Module1
,
Module3
def
pub proc someproc
=
(
int
a
,
b
)
int
:
a
+
b
;
skip
postlude
skip
fed