mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
(Array Procedures): In array-in-bounds?, correction to example result.
This commit is contained in:
parent
cdac1be446
commit
b83ecb8fb5
1 changed files with 1 additions and 1 deletions
|
@ -1933,7 +1933,7 @@ Return @code{#t} if the given index would be acceptable to
|
|||
|
||||
@example
|
||||
(define a (make-array #f '(1 2) '(3 4)))
|
||||
(array-in-bounds? a 2 3) @result{} #f
|
||||
(array-in-bounds? a 2 3) @result{} #t
|
||||
(array-in-bounds? a 0 0) @result{} #f
|
||||
@end example
|
||||
@end deffn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue