learn-gdscript icon indicating copy to clipboard operation
learn-gdscript copied to clipboard

script with str function call fails

Open Kevar opened this issue 1 year ago • 0 comments

Describe the bug When using the str() function in the first exercise, running the script fails

To Reproduce Steps to reproduce the bug:

  1. Go to the first exercise
  2. Paste the following script : func _ready(): var i = 0 print(str(i))
  3. Run the script
  4. The output shows an error

Expected behavior The output should show the text "0"

Screenshots image

Generated log: gdquest-1724254390736.log

Kevar avatar Aug 21 '24 15:08 Kevar