Skip to content

Instantly share code, notes, and snippets.

@matematikaadit
Created April 16, 2017 16:19
Show Gist options
  • Save matematikaadit/9f1d885c8ae5fd0056eba717b8e5f1ec to your computer and use it in GitHub Desktop.
Save matematikaadit/9f1d885c8ae5fd0056eba717b8e5f1ec to your computer and use it in GitHub Desktop.
Test running program
23
12
2
34
56
45
42
50
22
14
(let (a)
(loop
(setf a (read))
(when (= a 42) (return))
(print a)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment