Nasal Hello World: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(A few more edits, inc. comment out stuff on strings which doesn't belong here)
mNo edit summary
Line 3: Line 3:
In the programming world, a {{wikipedia|"Hello, World!" program}} is used to illustrate basic syntax using a very simple program. The '''"Hello, World!" program in [[Nasal]]''' would look like this (run this in the [[Nasal Console]]):
In the programming world, a {{wikipedia|"Hello, World!" program}} is used to illustrate basic syntax using a very simple program. The '''"Hello, World!" program in [[Nasal]]''' would look like this (run this in the [[Nasal Console]]):
<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">
print("Hello World!");
print("Hello, World!");
</syntaxhighlight>
</syntaxhighlight>


Navigation menu