• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Search results

  1. Wonsul

    Tutorial The Basics of the Ruby programming language

    Thanks for the clarification! But then ... What is the result if you multiply a String or an Array by a Float? Does it ignore the decimals?
  2. Wonsul

    Tutorial The Basics of the Ruby programming language

    Hey, I have a question, not sure if this is me misunderstanding or an actual mistake : page 31/32, you show 2 methods for multiplying 2 data types together, if possible. At some point in both methods, it checks if "a" is a String or an Array, and then it checks if "b" is a Fixnum or a Float...
Back
Top