671672673674675676677678679680681
Object o = words[wordSize]; if (o == null) { break loop; } start = pos; variable.add(new ListExtended((IExpression) o)); continue; } case '.': { if (type != STRING) { c = line.charAt(start + 1);