User Tools

Site Tools


software:racket:functions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:racket:functions [2018/09/22 18:18]
dave
software:racket:functions [2018/09/22 18:23] (current)
dave [list]
Line 79: Line 79:
 (number->​string <​number>​) (number->​string <​number>​)
 </​code>​ </​code>​
 +
 +==== list ==
 +
 +Constructs a linked list from the specified arguments.
 +
 +<​code>​
 +(list <​arg1>​ <​argN>​...)
 +</​code>​
 +
 +Note that the value returned is a pair containing the value of the first argument and pointer to the next pair in the list.
software/racket/functions.1537665536.txt.gz ยท Last modified: 2018/09/22 18:18 by dave