From: Tan Kian-ting Date: Mon, 13 Nov 2023 15:45:49 +0000 (+0800) Subject: add b.js X-Git-Url: https://git.kianting.info/?a=commitdiff_plain;ds=sidebyside;h=5e864363bc2d889edec9c5fe29336a8106201719;p=clo add b.js --- diff --git a/b.js b/b.js index ca5e66d..bd26c0e 100644 --- a/b.js +++ b/b.js @@ -9,7 +9,7 @@ let clo = new cloLib.Clo(); /* CLO: beginning of middle part*/ clo.mainStream = /* CLO: end of middle part*/ -[`The`, ` `]; +[`In`, ` `, `the`, ` `, `beginning`, ` `, `was`, ` `, `the`, ` `, `Word,`, ` `, `and`, ` `, `the`, ` `, `Word`, ` `, `was`, ` `, `with`, ` `, `God,`, ` `, `and`, ` `, `the`, ` `, `Word`, ` `, `was`, ` `, `God.`, ` `, `The`, ` `, `same`, ` `, `was`, ` `, `in`, ` `, `the`, ` `, `beginning`, ` `, `with`, ` `, `God.`, ` `]; /* CLO: beginning of end part*/ clo.generatePdf(); /*CLO : end of end part*/