int x = 10; str y = "cool \" beans"; if (len(y) GREATER_THAN x) { chop(y,x); print "I sliced 'y' down to ", x, " characters for you"; }