12.2 Array Operators

Cows' operators have a different behavior depending on the data types they're applied to. Some of them can be applied to arrays too. In this section we'll only list them; they will be covered in detail later in this chapter.

Assignment

=

Concatenation

+, +=

Comparison

==, !=, ~==, ~!=

This manual can be downloaded from http://www.g-cows.org/.