Less than or equal to

Jmnote (토론 | 기여)님의 2014년 5월 31일 (토) 17:16 판 (새 문서: ;lesser than or equal to ;<= ==Ruby== category: Ruby <source lang='Ruby'> puts 5 <= 4 # false puts 5 <= 5 # true puts 5 <= 6 # true </source> ==같이 보기== *lesser than ...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
lesser than or equal to
<=

1 Ruby

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

2 같이 보기

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