Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Operators
See also: &&

Function: ||
Description: || is a operator for the logical operation or.

Usage: z = x || y
Input:
x array
y array
Output:
z array

Example:

(#(3,4,5)<4) || (#(5,4,3)<4)
Result:

Contents of _tmp
[1,]     1 
[2,]     0
[3,]     1

Group: Operators
See also: &&

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

(C) MD*TECH Method and Data Technologies, 28.6.1999