Getting back to logic programming and SICP section 4.4 ... since, as I have understood, Snap! 's list
and Scheme's pair
are somewhat different, how would:
(cons variable value)
(par. 4.4.4.8)
... translate to Snap! ?
, or
, or even
i think I have found the solution myself: it’s up to me to decide - as long as I’m consistently adhering to the same structure.