User Tools

Site Tools


software:racket:functions

This is an old revision of the document!


Table of Contents

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>))

string-append

Appends strings. Arguments *must* be strings already.

(string-append <str1> <strN>...)
software/racket/functions.1537663589.txt.gz · Last modified: 2018/09/22 17:46 by dave