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

(새 문서: ;lesser than ;< ==Ruby== category: Ruby <source lang='Ruby'> puts 5 < 4 # false puts 5 < 5 # false puts 5 < 6 # true </source> ==같이 보기== *lesser than or equal to *...)
 
잔글 (Jmnote님이 Lesser than 문서를 Less than 문서로 이동했습니다)
(차이 없음)

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

lesser than
<

1 Ruby

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

2 같이 보기

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