Here's a slightly more involved version - this reads two values, so we can see how 'varargs' style lists work:
VECTOR VALUES FMT = $F9.4,F9.4*$
READ FORMAT FMT,N,M
The machine code output (as loaded by the program loader) is attached - the 'READ' call is indicated in red. This is linked to the OS routine '.READ', which the documentation (also attached) lists as a compatibility routine for MAD.
1/n
