Magik (programming language): Difference between revisions

Content deleted Content added
Gisfrog (talk | contribs)
Hello World example: use write() instead of show(). Show would display the quotes, unlike traditional K&R example.
Line 173:
The following is an example of the [[Hello world program]] written in Magik:
 
showwrite("Hello World!")
 
==References==