Logical operations: Difference between revisions

m
→‎{{header|Ruby}}: note acout and/or/not
m (→‎{{header|Ruby}}: note acout and/or/not)
Line 427:
print 'not a: ' , !a , "\n"
end</lang>
<code>and/or/not</code> are synonymous with <code>&&/||/!</code> albeit with lower precedence.
 
=={{header|Scheme}}==
Anonymous user