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