Changeset 19 for trunk/airspeed_test.py
- Timestamp:
- 18/08/04 12:53:02 (8 years ago)
- Files:
-
- 1 modified
-
trunk/airspeed_test.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/airspeed_test.py
r18 r19 237 237 # TODO: 238 238 # 239 # Directives inside string literals239 # Comparative operators >=, ==, !=, <=, ! 240 240 # Math expressions 241 241 # Gobbling up whitespace (tricky!) 242 # #elseif 242 # range literals 243 # list literals 243 244 # #parse, #include 244 245 # #macro 245 # map literals, range literals, listliterals246 # Comparative operators >=, ==, !=, <=, !246 # Directives inside string literals 247 # map literals 247 248 # Sub-object assignment: #set( $customer.Behavior = $primate ) 248 249 # Q. What is scope of #set ($customer.Name = 'john') ??? 249 250 # Scope of #set across if/elseif/else? 251 # 250 252 251 253
