Definition at line 6 of file HFile_mfl.php.
◆ HFile_MFL()
Definition at line 8 of file HFile_mfl.php.
9 {
11 $this->colours = array("blue", "brown", "red");
12 $this->delimiters = array(" ", " ", "(", ")", ".");
13 $this->keywords = array(
14 "import" => "1",
15 "function" => "1",
16 "forall" => "1",
17 "return" => "2",
18 "print" => "2",
19 "+" => "3",
20 "=" => "3"
21 );
22 # $this->stringchars = array("\"", "'");
23 # $this->escchar = "\\";
24 }
The documentation for this class was generated from the following file: