R J Cano on Fri, 26 Nov 2021 10:11:07 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

vdelim.txt


Hi,

A random idea, about usage of GP for day-to-day sort of things, such
that they don't require intensive math calculations. For example:
"vertical delimitators".

-~=$-~$=-=~$-=$~-$~=-[ Start:
]$=~~-=$~-$=~=-$~=$-~$-=~$=-=-~$=-$~=~-$=~$-=$-~=$~-$-~=$-=~$~-=$~=-$=-~$=~-

( Place: Plaintext here. )

-~=$~-=$-=~$=-~$~=-$=[   End.
]~-$-~$=~-$=-$~=$-~=~$-=$~-=-=$~=-$~-$=~$-=~=$-~$=-~~=$-=~$-~$=-$~=-=$~-$=~-

...How was this made?

\\ Pattern source.
s=["-","~","=","$"];
\\ Upper stroke / Start
a0=concat(vector(4!,k,concat(vector(4,i,s[numtoperm(4,k-1)[i]]))));
\\ Lower stroke / End.
a1=concat(Vecrev(a0));
\\ Print a0, then print a1. Copy and paste the results wherever you want.

:-) Wish it, imagine it, plan it, ... GP it!

Cheers,

-rj