Robert Sesek

INTERCAL contains no simple equivalent to an IF statement or computed GO TO, making it difficult to combine similar sections of code into a single routine which occasionally skips around certain statements. The IGNORE statement (see section 4.4.7) is helpful in some cases, but a more viable method is often required. In keeping with the goal of INTERCAL having nothing in common with any other language, this is made possible via the ABSTAIN statement.
Even better is that Google has a style guide for this language: http://cadie.googlecode.com/svn/trunk/INTERCAL-style-guide.html

blog comments powered by Disqus