开发者

What does char<? mean in scheme?

开发者 https://www.devze.com 2023-02-25 08:22 出处:网络
what is the difference betw开发者_运维百科een: char<? and char=? in scheme?char<? examines if the numerical value (typically ascii) of the first character is lower than the second.

what is the difference betw开发者_运维百科een:

char<? and char=? in scheme?


char<? examines if the numerical value (typically ascii) of the first character is lower than the second.

char=? only examines if the characters are equal.


It compares two characters.

0

精彩评论

暂无评论...
验证码 换一张
取 消