Short Code (computer language): Difference between revisions

Content deleted Content added
m refine cat
add spacing to example to better show substitution logic
Line 13:
was converted to Short Code by a sequence of substitutions and a final regrouping:
 
X3 = (X1+Y1)/X1*Y1 X1 + Y1 ) / X1 * Y1 substitute variables
X3 03 09 X1 07 Y1 02 04 X1 Y1 substitute operators and parentheses.
Note multiplication is represented
by juxtaposition.
07Y10204X1Y1 group into 12-byte words.
0000X30309X1