868e61d7创建于 2019年4月23日历史提交
// reeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee... implementation in ALB 0.0.4
// Install the interpreter at https://github.com/albertonl/alb

BEGIN
  outc 'r' ;
  repeat infinity
    outc 'e' ;
  ENDLOOP
END