Foil 67 Multiline Format Fields and Expressions (Chapter 11 of Llama Book)
From PERL4 Tutorial for CPS616 Computational Science for Information Age Course CPS616 -- February 1995. byGeoffrey C. Fox
The Multiline text field designator
@* will print a stream of characters with newlines output wherever they are in specified variable
Note here and in other variable specifications you can replace scalar variable by any expression returning a scalar variable. This could involve calling an optimized subroutine indicated by &subname
here one can use sprintf(formatstring,value1,value2,..) which returns formatted string using format familiar from C to output numeric data in specialized fashion