Reads numeric values with a comma in place of the decimal point.
specifies the width of the input field.
specifies the number of digits to the right of the decimal. If the data contain decimal points, the d value is ignored. This argument is optional.
input @1 x numx10.;
----+----1----+
896,48
896.48
3064,1
3064.1
6489