Menu

[r372]: / XREAL.MPL  Maximize  Restore  History

Download this file

24 lines (16 with data), 338 Bytes

/*
  REALS REQUIRE 8 BYTES. SO, STRINGS MUST BE AT LEAST 8
  BYTES (IE: 7 CHARS), SO WE CAN USE THE SAME MEMORY AFTER CONVERSION.
*/

##LIBHDR

.A  = "0020.00"
.B  = "0023.60"

.C  = !.REAL
.S  = !.STR127

.() [
  .ROFS(.A,.A);
  .ROFS(.B,.B);

  .RMUL(.C,.A,.B);
  WRITEF("TOTAL: $%S*N",.SOFR(.S,.C,4,2));
  0
]

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.