1%
2% use correct print name for internally mapped names
3%
4
5% The following used to print "~map1" in PSL:
6mkid(map,1);
7
8off int;
9
10% Similarly, PSL printed "~spaces2" in the warning message
11spaces2(x);
12
13end;
14