You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(module m1)
(defcolumns X Y Z)
(definterleaved (A) (X Y))
(deflookup l1 (X Y) (A Z))
Here, column A has a length multiplier of 2 whilst Z has a multiplier of 1. Therefore, it seems odd to me that we can pair them together for a lookup in this way.
The text was updated successfully, but these errors were encountered:
The following seems somewhat non-sensical to me:
Here, column
A
has a length multiplier of2
whilstZ
has a multiplier of1
. Therefore, it seems odd to me that we can pair them together for a lookup in this way.The text was updated successfully, but these errors were encountered: