#!/usr/bin/ruby # encoding: utf-8 print 'Név: ' nev = gets.chomp if nev == "János" print 'Üdv újra János' else print 'Üdv! Ki vagy?' end