User Tools

Site Tools


software:racket:functions

This is an old revision of the document!


Racket Functions

cond

It's somewhat like a switch statement in other languages:

  (cond 
    (<condition> <value-if-true>) 
    (<condition> <value-if-true>)... 
    (<value if false>))
software/racket/functions.1537662497.txt.gz · Last modified: 2018/09/22 17:28 by dave