feed method

dynamic feed(
  1. int i
)

Implementation

feed(int i){
  for(int idx = 0; idx < i; idx++){
    args.add("{br}");
  }
}