learn-gdscript
learn-gdscript copied to clipboard
script with str function call fails
Describe the bug When using the str() function in the first exercise, running the script fails
To Reproduce Steps to reproduce the bug:
- Go to the first exercise
- Paste the following script :
func _ready():var i = 0print(str(i)) - Run the script
- The output shows an error
Expected behavior The output should show the text "0"
Screenshots
Generated log: gdquest-1724254390736.log