2023-02-25

 假行僧

 是認真的假借之詞

 也是個偽命題

 作為抽象的姿態投射

 形成一種循環定義

 

  class 假行僧 extends 修者 {

constructor (稟性) {

super(稟性);

this.uniAttribute = super.specialAttribute();

}

sing(poem) {

let aPoem = poem ** this.uniAttribute;

return aPoem;

}

 }