Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
modules
/
module5.a68
blob: cec2832a3e851ff123b5abd1e2cdb8984cfb1f78 [
file
] [
log
] [
blame
]
module
Module_5
=
def
pub prio
// = 9, LALA = 9, LELE = 9;
pub op
// = (int a, b) int: a + b,
LALA
=
(
int
a
,
b
)
int
:
a
-
b
;
skip
fed