+ 3
RUBY variable syntax
Is it possible to start a variable with underscore? How about numbers?
1 Antwort
+ 18
Yes, it is possible to create variables with starting with underscores, but it is not possible to create them starting with numbers or hyphens ( - ).