- 1
What is the use of comment in ruby
Answer
2 Answers
+ 1
In computer programming, a comment is a programmer-readable explanation or annotation in the source code of a computer program. They are added with the purpose of making the source code easier for humans to understand, and are generally ignored by compilers and interpreters.
- 1
ê§àŒșÇÊÊÊŐŒàŒ»ê§ As it's use in other programming language.