"Less than"의 두 판 사이의 차이

14번째 줄: 14번째 줄:


==같이 보기==
==같이 보기==
*[[lesser than or equal to]]
*[[less than or equal to]]
*[[greater than]]
*[[greater than]]
*[[==]]
*[[==]]
*[[!=]]
*[[!=]]

2019년 5월 18일 (토) 14:05 판

less than
<

1 Ruby

puts 5 < 4
# false
puts 5 < 5
# false
puts 5 < 6
# true

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}