16 lines
267 B
Plaintext
Raw Normal View History

2022-04-07 18:33:05 +02:00
;; In Emacs, open this file in -*- Scheme -*- mode
;; Test the "halt" statement
(@byte-write 66)
(halt (begin
(@byte-write 65)
(halt (begin
(@byte-write 66)
0))
(@byte-write 63)
1))
(@byte-write 63)