#!/usr/bin/ruby # encoding: utf-8 print 'Szám: ' nev = gets.chomp if nev.to_i > 100 print "Hu, ez nagy szám\n" end