Changeset 19 for trunk/airspeed_test.py

Show
Ignore:
Timestamp:
18/08/04 12:53:02 (8 years ago)
Author:
steve
Message:

removed "Element" from class names

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/airspeed_test.py

    r18 r19  
    237237# TODO: 
    238238# 
    239 Directives inside string literals 
     239Comparative operators >=, ==, !=, <=, ! 
    240240#  Math expressions 
    241241#  Gobbling up whitespace (tricky!) 
    242 #  #elseif 
     242#  range literals 
     243#  list literals 
    243244#  #parse, #include 
    244245#  #macro 
    245 map literals, range literals, list literals 
    246 Comparative operators >=, ==, !=, <=, ! 
     246Directives inside string literals 
     247map literals 
    247248#  Sub-object assignment:  #set( $customer.Behavior = $primate ) 
    248249#  Q. What is scope of #set ($customer.Name = 'john')  ??? 
    249250#  Scope of #set across if/elseif/else? 
     251# 
    250252 
    251253