Hello world/Newbie: Difference between revisions

Content deleted Content added
Nbdsp (talk | contribs)
Line 2,224:
#lang transd
 
module1mainModule: {
_start: (lambda (textout "Hello, World!"))
}
Line 2,230:
 
* Start FREND shell and type at the command prompt the following:
<br />
 
<code>run <the_full_pathname_of_hello.td></code>
 
<br />
and press <Return>.
 
=={{header|Zig}}==