mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
(scm_logand): It's "#b...", not "#\b...".
This commit is contained in:
parent
96dfea7d7e
commit
535f2a516a
1 changed files with 1 additions and 1 deletions
|
@ -1164,7 +1164,7 @@ SCM_DEFINE1 (scm_logand, "logand", scm_tc7_asubr,
|
|||
"@lisp\n"
|
||||
"(logand) @result{} -1\n"
|
||||
"(logand 7) @result{} 7\n"
|
||||
"(logand #b111 #b011 #\b001) @result{} 1\n"
|
||||
"(logand #b111 #b011 #b001) @result{} 1\n"
|
||||
"@end lisp")
|
||||
#define FUNC_NAME s_scm_logand
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue