I'm following the tutorial here. Under the heading The Cradle, you can see the code:
const TAB = ^I;
well this is a pascal code, actually I'm trying to re-implement those pascal code to Java or groovy(so that I can build a kind of compiler using Java or groovy). But what does the above coding statement meant in pascal?
How I can represent it in Java or Groovy?
Thanks in advance.