Files
glisp/lisp/kernel.gl
T
2026-09-05 01:13:30 -07:00

7 lines
155 B
Plaintext

;; -*- mode: lisp-data -*-
(prin1 (let ((l (block 'c (lambda () (return-from 'd 3)))))
(block 'c
(funcall l))))
(write-byte ?\n)