RosettaCodeData/Task/Formatted-numeric-output/PL-I/formatted-numeric-output-1.pli
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

3 lines
111 B
Text

put edit (X) (p'999999.V999'); /* Western format. */
put edit (X) (p'999999,V999'); /* In European format. */