Changes between Version 7 and Version 8 of RubyLanguage
- Timestamp:
- 09/02/09 08:07:49 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RubyLanguage
v7 v8 126 126 }}} 127 127 128 Ruby: 129 {{{ 130 #!ruby 131 if x.nil? 132 puts 'x is nil' 133 end 134 }}} 135 Cobra: 136 {{{ 137 #!python 138 if x is nil 139 print 'x is nil' 140 }}} 141 128 142 == See Also == 129 143