5 lines
102 B
Standard ML
5 lines
102 B
Standard ML
#USE "course.lib"
|
|
|
|
PROC hello.world(CHAN OF BYTE screen!)
|
|
out.string("Hello World!*n", 0, screen!)
|
|
:
|