Unfamiliar notation found in a computer science book
Posted
by
cornjuliox
on Stack Overflow
See other posts from Stack Overflow
or by cornjuliox
Published on 2011-11-13T09:27:20Z
Indexed on
2011/11/13
9:52 UTC
Read the original article
Hit count: 373
boolean-expression
I'm reading through this computer science book and throughout the book I see a number of things written like so:
and then there's this:
and then this:
What kind of notation is the "Boolean Expression" in example 1 written in? I've never seen anything like it before and I'm tempted to assume that whoever wrote and/or scanned this book in fell asleep at the keyboard, and assuming that it's even valid, what about the 3rd example? I'm pretty sure that's not C++ or VB.NET they're showing there.
© Stack Overflow or respective owner