Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
modules
/
module17.a68
blob: b87425fbfdc432dfb2ebc04cbfd24d1c79cdfb92 [
file
] [
log
] [
blame
]
module
Module_17
=
def
pub
int
ce_port
;
pub
string
ce_host
;
pub proc ce_connect
=
void
:
myconnect
(
ce_host
,
ce_port
);
proc myconnect
=
(
string
host
,
int
port
)
void
:
skip
;
skip
fed