CSC104H1 Lecture Notes - Lecture 8: Substring

33 views3 pages

Document Summary

;the function < takes two or more numbers and determines whether they are in increasing order (< 104 123) (< 123 104) (< 123 123) ; < : number number + bollean (< 14 123 145 195) (< 13 14 15 16 ) (< (list 13 14 15 ) (list 38 29 30 )) (map < (list 27 90 28))) map: expects a function that takes one argument for the first argument, but received < > (apply < (list 14 104 105 230)) > (apply < (list (image-height (triangle 10 solid red)) (image-height (star 10 outline red)) (image-height (circle 10 solid blue)))) #;(< (image-height (triangle 10 solid red)) (image-height (star 10 outline red)) (image-height (circle 10 solid blue))) (< (list 14 104 105 128)) (list? (list 14 104 105 128) ) (< 104)

Get access

Grade+
$40 USD/m
Billed monthly
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
10 Verified Answers
Class+
$30 USD/m
Billed monthly
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
7 Verified Answers

Related Documents