Hello, World! in BCPL
Example for versions
64-bit BCPL Cintcode System (1 Nov 2006)
$( ... $)
is another form of delimiting a block. *n
prints a newline.
GET "libhdr"
LET start() = VALOF
$( writes("Hello, World!*n")
RESULTIS 0
$)
Comments
]]>blog comments powered by Disqus
]]>