DEV Community

Discussion on: The Idea of Lisp

Collapse
 
ericnormand profile image
Eric Normand

Something like you have in assembly: a conditional GOTO that jumps if the argument is equal to zero. Algol actually had a three-way conditional that jumped whether the argument was zero, positive, or negative.