2,733
edits
m (Use Nasal highlighter) |
Red Leader (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Nasal Navigation}} | {{Nasal Navigation}} | ||
In the programming world, a "Hello, World!" program is used to illustrate basic syntax using a very simple program. The '''"Hello, World!" program in [[Nasal]]''' would look like this: | |||
<syntaxhighlight lang="nasal"> | <syntaxhighlight lang="nasal"> | ||
print('Hello World!'); | print('Hello World!'); | ||
</syntaxhighlight> | </syntaxhighlight> |