Google
 

Trailing-Edge - PDP-10 Archives - SRI_NIC_PERM_SRC_3_19910112 - midas/bomb-block.mid
There are no other files named bomb-block.mid in the archive.
title foo
.decsav
inqpag==1234
go:	setz

.begin hakinq
;inqpag:	0	; #1 works OK
;.scalar inqpag		; #2 bombs
inside:	inqpag'		; #3
.end hakinq

test:	inqpag
end go