previous chapterthe pico pagenext chapter


Relational functions

Three native binary operators <, > and = are available in Pico to compare numerical or textual values. The rules are the following:

In order to compare arbitrary values, -that is numbers, fractions, text, functions and tables- a generic operator equivalent is provided. This operator checks for exact identity of the two arguments; for a detailed specification we again refer to the next chapter.

In all cases the resulting value will be either true or false, as illustrated by the following transcript:


previous chapterthe pico pagenext chapter