Changes between Version 1 and Version 2 of Ticket #30151
- Timestamp:
- Feb 1, 2019, 5:54:46 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30151 – Description
v1 v2 18 18 Using first and the bracket operator is consistent: 19 19 20 21 {{{ 20 22 first_ten_feeds.first() 21 23 # Output: <RSSFeed: pressetext News> 22 24 first_ten_feeds[0] 23 25 # Output: <RSSFeed: pressetext News> 26 }}} 27 24 28 25 29 But using last and the bracket operator is not consistent: