"Greater than or equal to"의 두 판 사이의 차이

(새 문서: ;greater than ;> ==Ruby== category: Ruby <source lang='Ruby'> puts 5 >= 4 # true puts 5 >= 5 # true puts 5 >= 6 # false </source> ==같이 보기== *greater than *lesser ...)
 
1번째 줄: 1번째 줄:
;greater than  
;greater than or equal to
;>
;>=


==Ruby==
==Ruby==

2014년 5월 31일 (토) 17:15 판

greater than or equal to
>=

1 Ruby

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

2 같이 보기

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