RosettaCodeData/Task/Formatted-numeric-output/PL-I/formatted-numeric-output-1.pli

4 lines
111 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
put edit (X) (p'999999.V999'); /* Western format. */
put edit (X) (p'999999,V999'); /* In European format. */