functional programming - Position Independent Parameters to Scheme Functions -
How can I pass state-independent standards for scheme functions?
(define area (lambda (x #: width y) (* xy )) = "Post-Text" itemprop = "text"> (area 3: width 10)
or
(region #: Width 10 3)
Both 30 will return.
Comments
Post a Comment