Quote:
>Does anyone out there know where I can find some background information
>on pseudo-code primitives such [assign(identifier)the value
>of(indentifier)], [while(condition)do(activity)],
>[if(condition)then(activity)else(activity)], and
>[repeat(activity)until(condition)]. Preferably, web sites where I can
>view examples on how each one of them are used.
For the most part, I don't think there are formal definitions of most
pseudo-code. People just write things using words like these that are
common to many programming languages, and readers understand them
intuitively. If you want to write something using a formal grammar, you
usually use a real programming language rather than pseudo-code.
--
GTE Internetworking, Powered by BBN, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.