There was an error while loading. Please reload this page.
1 parent 8cb2d72 commit d66a3c3Copy full SHA for d66a3c3
doc/specs/stdlib_hashmaps.md
@@ -639,7 +639,7 @@ the same type; otherwise the provided scalar variable is undefined.
639
value = 15
640
call set( other, value )
641
call get_other_scalar( other, result )
642
- print *, 'RESULT == VALUE = ', ( value == result )
+ print *, 'RESULT == VALUE = ', ( result == value )
643
end program demo_get
644
```
645
0 commit comments