Hello world/Newbie: Difference between revisions

Content added Content deleted
Line 2,224: Line 2,224:
#lang transd
#lang transd


module1: {
mainModule: {
_start: (lambda (textout "Hello, World!"))
_start: (lambda (textout "Hello, World!"))
}
}
Line 2,230: Line 2,230:


* Start FREND shell and type at the command prompt the following:
* Start FREND shell and type at the command prompt the following:
<br />

<code>run <the_full_pathname_of_hello.td></code>
<code>run <the_full_pathname_of_hello.td></code>


<br />
and press Return.
and press <Return>.


=={{header|Zig}}==
=={{header|Zig}}==