Returns:
94 95 96
# File 'lib/frepl/classifier.rb', line 94 def run? current_line.match(/\s*write|print|read|call/i) != nil end