Scheme (programming language): Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 51:
...))
 
which can be abbreviated as follows:
 
(define (fun arg1 arg2)
...)
 
Functions can be called with the following syntax. Still using the :
 
(fun value1 value2)