Execute SNUSP: Difference between revisions

→‎{{header|J}}: I had used the incorrect start position character. It is now fixed as $ .
(→‎{{header|J}}: I had used the incorrect start position character. It is now fixed as $ .)
Line 43:
? skip if memory pointer is 0
! skip
$ optional start program here (also heading to the right)
 
)
Line 51 ⟶ 52:
PROGRAM =: [;._2 LF ,~ 1!:1 boxopen y
SHAPE =: $PROGRAM
PC =: SHAPE#:(,PROGRAM) i.'@$'
PCSTEP =: 0 1
CELL =: 0
Anonymous user