(let loop () (let/ec break (define a (read)) (when (= a 42) (break)) (writeln a) (loop)))
1 2 88 42 10
1 2 88
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!