( ** Go back to PARENTPAGE ../Differential-Group-Operators-and-Differential-Group-Variables.html)
( ** Go back to HOMESITE https://www.tcnd.com)
( ** Go back to SetSphere https://www.setsphere.com)

DGO: Differential Group Operations in ASPL

ASPL set variables can memorize the temporal changes in their data, hence they are called differential group variables. You can use various differential group operators to perform operations on these variables.

ASPL 1> G = ggrandbitgroupS(gstart,1,gcount,1,dcount,2,dmin,4,dmax,7,scount,2,smin,5,smax,8,sfcount,4,sfmin,2,sfmax,6, sscount,2,ssmin,5,ssmax,7,ssfcount,4,ssfmin,2,ssfmax,9, fcount,4,fmin,2,fmax,6, dfcount,2,dfmin,4,dfmax,6)

ASPL 2> sleep 1

ASPL 3> ?5,1 G

ASPL 4> @ G

ASPL 5> g@, G

ASPL 6> g@,`c~ G

ASPL 7> g@,`c= G

ASPL 8> g@,`ks~ G

ASPL 9> g@,`ks= G

ASPL 10> d@, G

ASPL 11> d@,`ks= G

ASPL 12> d@,`ks~ G

ASPL 13> f@, G

ASPL 14> f@,`ks~ G

ASPL 15> f@,`ks= G

ASPL 16> differentialallarc

ASPL 17> differentialallarc 0

ASPL 18> g@, G

ASPL 19> g@,`ks= @G

ASPL 20> gU,`ks= @G

ASPL 21> differentialallarc

ASPL 22> differentialallarc 1

ASPL 23> d@,`ks~ G

ASPL 24> dP,`ks~ @G

ASPL 25> d@,`ks= G

ASPL 26> dP,`ks= @G

ASPL 27> bye