Method code for $math.matrix_scale()

[Turn off line numbering]
  1: arg s, m;
  2: var x;
  3: 
  4: return map x in (m) to (.scale(s, x));

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

Tlon