[BACK]Return to usage.txt CVS log [TXT][DIR] Up to [local] / OpenXM / src / OpenMath

Diff for /OpenXM/src/OpenMath/usage.txt between version 1.1 and 1.2

version 1.1, 1999/11/03 07:20:16 version 1.2, 1999/11/04 18:44:34
Line 24  Byte order for control process is network byte order.
Line 24  Byte order for control process is network byte order.
 Byte order for engine process is network byte order.  Byte order for engine process is network byte order.
 ===== =====  ===== =====
   
 3, send (CMO_ZZ,123)  3, send '123' of CMO_ZZ format
    & trancerate to OpenMath XML encoding
   
 =====sm1=====  =====sm1=====
 sm1>ox (123).. oxsendcmo ::  sm1>ox (123).. oxsendcmo ::
 %[null]  %[null]
   sm1>ox (CMO2OMXML) oxexec ::
   %[null]
   sm1>ox oxpopcmo ::
   $<OMI>123</OMI>$
 ===== =====  ===== =====
   
 4, trancerate CMO to OpenMath XML encoding  4, send (CMO_ZZ,5) of OpenMath XML encoding word
    & trancerate to CMO format
   
 =====sm1=====  =====sm1======
 sm1>ox (CMO2OMXML) oxexec ::  sm1>ox (<OMOBJ><OMI>5</OMI></OMOBJ>) oxsendcmo ::
 %[null]  %[null]
   sm1>ox (OMXML2CMO) oxexec ::
   %[null]
 sm1>ox oxpopcmo ::  sm1>ox oxpopcmo ::
 $<OMI>123</OMI>$  5
 ===== =====  ===== =====

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>