PL/0: Meaning (information, definition, explanation, facts)

PL/0 is a simplified version of the general purpose programming language PL/I, intended as an educational programming language.

The following example is taken from [1].

VAR x, squ;

PROCEDURE square;
BEGIN
   squ := x * x
END;

BEGIN
   x := 1;
   WHILE x <= 10 DO
   BEGIN
      CALL square;
      !squ
   END
END.

This program outputs the squares from 1 to 10.

Find more facts
 
Further reference
Remember what PL/0 means:
Other sources
Search for PL/0 information on:  amazon.com
Your reference for information, definition
http://explanation-guide.info/meaning/PL-0.html
PL/0
Licensing information:
This article uses material from Wikipedia (credits) and is made available under the terms of the GNU FDL (copy).
Image licensing information is accessible by clicking the image.

Welcome, guest!
You are not logged in
ID:
Password:

Social bookmarks


Book search