Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
compile
/
modules
/
module1.a68
blob: f49a747033e008b6765f767563e4175cfdc271d6 [
file
] [
log
] [
blame
]
module
Module1
=
def
pub mode
MyInt
=
int
;
pub
int
beast_number
:=
666
;
pub
string
who
=
"jemarch"
;
puts
(
"Hello from module'n"
)
postlude
puts
(
"Bye from module'n"
)
fed