Method code for $math.tensor()

[Turn off line numbering]
  1: arg v1, v2;
  2: var x, y;
  3: 
  4: return map x in (v1) to (map y in (v2) to (x * y));

// Miroslav Silovic
// Created 19-Oct-1996 as a part of ColdCore, see: @help Credit

Tlon