Wiki

Changes between Version 7 and Version 8 of RubyLanguage

Show
Ignore:
Timestamp:
09/02/09 08:07:49 (15 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RubyLanguage

    v7 v8  
    126126}}} 
    127127 
     128Ruby: 
     129{{{ 
     130#!ruby 
     131if x.nil? 
     132  puts 'x is nil' 
     133end 
     134}}} 
     135Cobra: 
     136{{{ 
     137#!python 
     138if x is nil 
     139    print 'x is nil' 
     140}}} 
     141 
    128142== See Also == 
    129143