Greater than

greater than
>

1 Ruby[ | ]

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

2 같이 보기[ | ]

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