[an error occurred while processing this directive]

Notes

  1. A variable once declared cannot be redeclared to another data type.
  2. All variable names are strings of alphanumeric characters starting with a letter.
  3. Currently, fonts are defined as any X Windows font name. The default font is set to "-adobe-courier-medium-r-normal--12-*", default background colour is white, foreground and border colour is black, border width is 0, relief is raised. You can change these defaults by redefining the EDEN variables DFfont, DFbgcolor, DFfgcolor, DFbdcolor and DFrelief respectively.
  4. The operators involving the definition of row and column, i.e. .r, .c and box constructor [point, nr, nc], relies on the font width and font height information or the default font. When the default font changes, the meaning (the size) of the operators will change. Also, this meaning applies globally to all windows, even the windows may have their own font defined. Therefore, you need to be careful in defining the size of windows, not to presume too much about the font in use for those windows.
  5. The names fgcolor, bgcolor and bgcolor are synonymous of fgcolour, bgcolour and bdcolour.
[an error occurred while processing this directive]