From 90a1afb6a5773e2c5534f4d743fa82915033aaf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Fri, 22 Mar 1996 20:54:31 +0100 Subject: [PATCH] added values to see also Rev: doc/types/array:1.5 Rev: doc/types/mapping:1.4 --- doc/types/array | 2 +- doc/types/mapping | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/types/array b/doc/types/array index 0ffe36945f..d07e772eeb 100644 --- a/doc/types/array +++ b/doc/types/array @@ -46,4 +46,4 @@ KEYWORDS types SEE ALSO - mapping, list, builtin/allocate, builtin/sizeof, builtin/values + mapping, list, builtin/allocate, builtin/sizeof diff --git a/doc/types/mapping b/doc/types/mapping index 36f63c3ac5..0077a6ce05 100644 --- a/doc/types/mapping +++ b/doc/types/mapping @@ -16,7 +16,7 @@ DESCRIPTION Here follows a list of operators that applies to mappings: In this list a and b is used to represent a mapping expression: - a + b summation ( ([1:1]) + ([2:2,2:2]) returns ([1:1,2:2]) ) + a + b summation ( ([1:1]) + ([2:2,2:2]) returns ([1:1,2:2,2:2]) ) a - b subtraction, returns a copy of a with all pairs whos index is present in b removed. a & b intersection, return a mapping with all indices that are -- GitLab