c2ephp

caos/highlight/C2/FlowControls.php

Go to the documentation of this file.
00001 <?php
00003 
00005 class C2CAOSFlowControls {
00007     public static function GetTokens() {
00008         return array
00009         (
00010             'enum',
00011             'esee',
00012             'etch',
00013             'escn',
00014             'next',
00015             'nscn',
00016             'inst',
00017             'slow',
00018             'stop',
00019             'endm',
00020             'subr',
00021             'gsub',
00022             'retn',
00023             'reps',
00024             'repe',
00025             'loop',
00026             'untl',
00027             'ever',
00028             'doif',
00029             'else',
00030             'endi',
00031             'scrp',
00032             'iscr',
00033             'rscr'
00034         );
00035     }
00036 }
00038 ?>
 All Classes Files Functions Variables Enumerations