Made correction in the output of println function when it prints an integer string. (#27034)
This commit is contained in:
committed by
The Coding Aviator
parent
522c682971
commit
719227b733
@ -258,7 +258,7 @@ println(9 + 10)
|
|||||||
Output:
|
Output:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
"910"
|
910 // Here 910 is a string value.
|
||||||
19
|
19
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user