Attachment '121_ibeam200.txt'

Download

   1 #########################################################################
   2 #									#
   3 # Copyright Dyalog Ltd 2009, all rights reserved.			#
   4 #									#
   5 # This file contains an extract from the source code of Dyalog and	#
   6 # details the values returned by I-Beam 200.				#
   7 # 									#
   8 # This extract taken from 12.1 source on 2009-11-20.			#
   9 #									#
  10 # Please remember the caveats about I-Beams:  these values may change,	#
  11 # be removed or added to in future versions of Dyalog APL.  Dyalog	#
  12 # reserves the right to remove this featuer in future versions.		#
  13 # 									#
  14 #########################################################################
  15 
  16 <entry value="0" type="Global token" name="NULL" />
  17 <entry value="1" type="Global token" name="COMMENT" />
  18 <entry value="2" type="Global token" name="UCC" />
  19 <entry value="3" type="Global token" name="WHITE" />
  20 <entry value="4" type="Global token" name="CC" />
  21 <entry value="5" type="Global token" name="NC" />
  22 <entry value="6" type="Global token" name="LABEL" />
  23 <entry value="7" type="Global token" name="NAME" />
  24 <entry value="8" type="Global token" name="SPACE" />
  25 <entry value="9" type="Global token" name="SPACEERR" />
  26 <entry value="10" type="Global token" name="META" />
  27 <entry value="11" type="Global token" name="METAERR" />
  28 <entry value="12" type="Global token" name="QUADCON" />
  29 <entry value="13" type="Global token" name="QUADFN" />
  30 <entry value="14" type="Global token" name="QUADVAR" />
  31 <entry value="15" type="Global token" name="QUADERR" />
  32 <entry value="16" type="Global token" name="KEYWORD" />
  33 <entry value="17" type="Global token" name="KEYWORDERR" />
  34 <entry value="18" type="Global token" name="DOT" />
  35 <entry value="19" type="Global token" name="PRIMITIVE" />
  36 <entry value="20" type="Global token" name="PRIMERR" />
  37 <entry value="21" type="Global token" name="FNAME" />
  38 <entry value="22" type="Global token" name="DFNNAME" />
  39 <entry value="23" type="Global token" name="IDIOM" />
  40 <entry value="24" type="Local token" name="NULL" />
  41 <entry value="25" type="Local token" name="COMMENT" />
  42 <entry value="26" type="Local token" name="UCC" />
  43 <entry value="27" type="Local token" name="WHITE" />
  44 <entry value="28" type="Local token" name="CC" />
  45 <entry value="29" type="Local token" name="NC" />
  46 <entry value="30" type="Local token" name="LABEL" />
  47 <entry value="31" type="Local token" name="NAME" />
  48 <entry value="32" type="Local token" name="SPACE" />
  49 <entry value="33" type="Local token" name="SPACEERR" />
  50 <entry value="34" type="Local token" name="META" />
  51 <entry value="35" type="Local token" name="METAERR" />
  52 <entry value="36" type="Local token" name="QUADCON" />
  53 <entry value="37" type="Local token" name="QUADFN" />
  54 <entry value="38" type="Local token" name="QUADVAR" />
  55 <entry value="39" type="Local token" name="QUADERR" />
  56 <entry value="40" type="Local token" name="KEYWORD" />
  57 <entry value="41" type="Local token" name="KEYWORDERR" />
  58 <entry value="42" type="Local token" name="DOT" />
  59 <entry value="43" type="Local token" name="PRIMITIVE" />
  60 <entry value="44" type="Local token" name="PRIMERR" />
  61 <entry value="45" type="Local token" name="FNAME" />
  62 <entry value="46" type="Local token" name="DFNNAME" />
  63 <entry value="47" type="Local token" name="IDIOM" />
  64 <entry value="48" type="Custom" name="SCOL_DFN_NAME" />
  65 <entry value="49" type="Custom" name="SCOL_OBJ_PROP" />
  66 <entry value="50" type="Custom" name="SCOL_OBJ_EVENT" />
  67 <entry value="51" type="Custom" name="SCOL_OBJ_METHOD" />
  68 <entry value="52" type="Custom" name="SCOL_SYS_COMMAND" />
  69 <entry value="53" type="Custom" name="SCOL_USR_COMMAND" />
  70 <entry value="54" type="Custom" name="SCOL_OO_ATTRIBUTE" />
  71 <entry value="55" type="Custom" name="SCOL_OO_MEMBER" />
  72 <entry value="123" type="Control structure" name=":If" />
  73 <entry value="124" type="Control structure" name=":AndIf" />
  74 <entry value="125" type="Control structure" name=":OrIf" />
  75 <entry value="126" type="Control structure" name=":ElseIf" />
  76 <entry value="127" type="Control structure" name=":Else" />
  77 <entry value="128" type="Control structure" name=":EndIf" />
  78 <entry value="129" type="Control structure" name=":While" />
  79 <entry value="130" type="Control structure" name=":EndWhile" />
  80 <entry value="131" type="Control structure" name=":Repeat" />
  81 <entry value="132" type="Control structure" name=":Until" />
  82 <entry value="133" type="Control structure" name=":EndRepeat" />
  83 <entry value="134" type="Control structure" name=":For" />
  84 <entry value="135" type="Control structure" name=":In" />
  85 <entry value="136" type="Control structure" name=":EndFor" />
  86 <entry value="137" type="Control structure" name=":Select" />
  87 <entry value="138" type="Control structure" name=":Case" />
  88 <entry value="139" type="Control structure" name=":CaseList" />
  89 <entry value="140" type="Control structure" name="" />
  90 <entry value="141" type="Control structure" name=":EndSelect" />
  91 <entry value="142" type="Control structure" name=":End" />
  92 <entry value="143" type="Control structure" name="unknown" />
  93 <entry value="144" type="Control structure" name=":AndIf" />
  94 <entry value="145" type="Control structure" name=":OrIf" />
  95 <entry value="146" type="Control structure" name=":GoTo" />
  96 <entry value="147" type="Control structure" name=":Return" />
  97 <entry value="148" type="Control structure" name=":Continue" />
  98 <entry value="149" type="Control structure" name=":Leave" />
  99 <entry value="150" type="Control structure" name="DfnOpenBrace" />
 100 <entry value="151" type="Control structure" name="DfnGuard" />
 101 <entry value="152" type="Control structure" name="DfnDiamond" />
 102 <entry value="153" type="Control structure" name="DfnCloseDfn" />
 103 <entry value="154" type="Control structure" name="DfnCloseMonop" />
 104 <entry value="155" type="Control structure" name="DfnCloseDyaop" />
 105 <entry value="156" type="Control structure" name="DfnAlphaAsgn" />
 106 <entry value="157" type="Control structure" name="DfnEguard" />
 107 <entry value="158" type="Control structure" name="DfnNewLine" />
 108 <entry value="159" type="Control structure" name=":Trap" />
 109 <entry value="160" type="Control structure" name=":EndTrap" />
 110 <entry value="161" type="Control structure" name=":Hold" />
 111 <entry value="162" type="Control structure" name=":EndHold" />
 112 <entry value="163" type="Control structure" name=":With" />
 113 <entry value="164" type="Control structure" name=":EndWith" />
 114 <entry value="165" type="Control structure" name=":InEach" />
 115 <entry value="166" type="Control structure" name=":Access" />
 116 <entry value="167" type="Control structure" name=":Implements" />
 117 <entry value="168" type="Control structure" name=":Returns" />
 118 <entry value="169" type="Control structure" name=":ParameterList" />
 119 <entry value="170" type="Control structure" name="" />
 120 <entry value="171" type="Control structure" name=":Signature" />
 121 <entry value="172" type="Control structure" name=":Attribute" />
 122 <entry value="173" type="Control structure" name=":Class" />
 123 <entry value="174" type="Control structure" name=":EndClass" />
 124 <entry value="175" type="Control structure" name=":Interface" />
 125 <entry value="176" type="Control structure" name=":EndInterface" />
 126 <entry value="177" type="Control structure" name=":Namespace" />
 127 <entry value="178" type="Control structure" name=":EndNamespace" />
 128 <entry value="179" type="Control structure" name=":Property" />
 129 <entry value="180" type="Control structure" name=":EndProperty" />
 130 <entry value="181" type="Control structure" name=":Indexer" />
 131 <entry value="182" type="Control structure" name=":EndIndexer" />
 132 <entry value="183" type="Control structure" name=":Field" />
 133 <entry value="184" type="Control structure" name="·" />
 134 <entry value="185" type="Control structure" name=":Include" />
 135 <entry value="186" type="Control structure" name=":Using" />
 136 <entry value="187" type="Control structure" name=":Section" />
 137 <entry value="188" type="Control structure" name=":EndSection" />
 138 <entry value="189" type="Mismatched control structure" name=":If" />
 139 <entry value="190" type="Mismatched control structure" name=":AndIf" />
 140 <entry value="191" type="Mismatched control structure" name=":OrIf" />
 141 <entry value="192" type="Mismatched control structure" name=":ElseIf" />
 142 <entry value="193" type="Mismatched control structure" name=":Else" />
 143 <entry value="194" type="Mismatched control structure" name=":EndIf" />
 144 <entry value="195" type="Mismatched control structure" name=":While" />
 145 <entry value="196" type="Mismatched control structure" name=":EndWhile" />
 146 <entry value="197" type="Mismatched control structure" name=":Repeat" />
 147 <entry value="198" type="Mismatched control structure" name=":Until" />
 148 <entry value="199" type="Mismatched control structure" name=":EndRepeat" />
 149 <entry value="200" type="Mismatched control structure" name=":For" />
 150 <entry value="201" type="Mismatched control structure" name=":In" />
 151 <entry value="202" type="Mismatched control structure" name=":EndFor" />
 152 <entry value="203" type="Mismatched control structure" name=":Select" />
 153 <entry value="204" type="Mismatched control structure" name=":Case" />
 154 <entry value="205" type="Mismatched control structure" name=":CaseList" />
 155 <entry value="206" type="Mismatched control structure" name="" />
 156 <entry value="207" type="Mismatched control structure" name=":EndSelect" />
 157 <entry value="208" type="Mismatched control structure" name=":End" />
 158 <entry value="209" type="Mismatched control structure" name="unknown" />
 159 <entry value="210" type="Mismatched control structure" name=":AndIf" />
 160 <entry value="211" type="Mismatched control structure" name=":OrIf" />
 161 <entry value="212" type="Mismatched control structure" name=":GoTo" />
 162 <entry value="213" type="Mismatched control structure" name=":Return" />
 163 <entry value="214" type="Mismatched control structure" name=":Continue" />
 164 <entry value="215" type="Mismatched control structure" name=":Leave" />
 165 <entry value="216" type="Mismatched control structure" name="DfnOpenBrace" />
 166 <entry value="217" type="Mismatched control structure" name="DfnGuard" />
 167 <entry value="218" type="Mismatched control structure" name="DfnDiamond" />
 168 <entry value="219" type="Mismatched control structure" name="DfnCloseDfn" />
 169 <entry value="220" type="Mismatched control structure" name="DfnCloseMonop" />
 170 <entry value="221" type="Mismatched control structure" name="DfnCloseDyaop" />
 171 <entry value="222" type="Mismatched control structure" name="DfnAlphaAsgn" />
 172 <entry value="223" type="Mismatched control structure" name="DfnEguard" />
 173 <entry value="224" type="Mismatched control structure" name=""DfnNewLine />
 174 <entry value="225" type="Mismatched control structure" name=":Trap" />
 175 <entry value="226" type="Mismatched control structure" name=":EndTrap" />
 176 <entry value="227" type="Mismatched control structure" name=":Hold" />
 177 <entry value="228" type="Mismatched control structure" name=":EndHold" />
 178 <entry value="229" type="Mismatched control structure" name=":With" />
 179 <entry value="230" type="Mismatched control structure" name=":EndWith" />
 180 <entry value="231" type="Mismatched control structure" name=":InEach" />
 181 <entry value="232" type="Mismatched control structure" name=":Access" />
 182 <entry value="233" type="Mismatched control structure" name=":Implements" />
 183 <entry value="234" type="Mismatched control structure" name=":Returns" />
 184 <entry value="235" type="Mismatched control structure" name=":ParameterList" />
 185 <entry value="236" type="Mismatched control structure" name="" />
 186 <entry value="237" type="Mismatched control structure" name=":Signature" />
 187 <entry value="238" type="Mismatched control structure" name=":Attribute" />
 188 <entry value="239" type="Mismatched control structure" name=":Class" />
 189 <entry value="240" type="Mismatched control structure" name=":EndClass" />
 190 <entry value="241" type="Mismatched control structure" name=":Interface" />
 191 <entry value="242" type="Mismatched control structure" name=":EndInterface" />
 192 <entry value="243" type="Mismatched control structure" name=":Namespace" />
 193 <entry value="244" type="Mismatched control structure" name=":EndNamespace" />
 194 <entry value="245" type="Mismatched control structure" name=":Property" />
 195 <entry value="246" type="Mismatched control structure" name=":EndProperty" />
 196 <entry value="247" type="Mismatched control structure" name=":Indexer" />
 197 <entry value="248" type="Mismatched control structure" name=":EndIndexer" />
 198 <entry value="249" type="Mismatched control structure" name=":Field" />
 199 <entry value="250" type="Mismatched control structure" name="·" />
 200 <entry value="251" type="Mismatched control structure" name=":Include" />
 201 <entry value="252" type="Mismatched control structure" name=":Using" />
 202 <entry value="253" type="Mismatched control structure" name=":Section" />
 203 <entry value="254" type="Mismatched control structure" name=":EndSection" />

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2015-01-27 14:26:37, 12.6 KB) [[attachment:121_ibeam200.txt]]
 All files | Selected Files: delete move to page

You are not allowed to attach a file to this page.