IHYPRESS PROGRAMMING
CGI/Ruby programs with code and output for beginners
classic asp
HOME | ASP | C | CSS | GNUPLOT | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
Ruby (CGI Programming) ❯ Conversions
<04>
#!/usr/bin/ruby -w print "Content-type: text/html\n\n" puts "<html><body style=font-size:2.1em;color:#336699;>" puts "hello".to_i.to_s + "<br>" puts "hello".to_f.to_s + "<br>" puts 3.5.to_i.to_s + "<br>" puts 3.5.to_s + "<br>" puts 4.to_f.to_s + "<br>" puts 5.to_s + "<br>" puts 12.is_a?(Integer).to_s + "<br>" puts "</body></html>"
Hergestellt in Deutschland / Made in Germany
0
0.0
3
3.5
4.0
5
true
COPYRIGHT © 2015-2024 IHY PRESS Frankfurt am Main 60329 Deutschland