ASPL 1> v
print symbol table
ASPL 2> @ v1
print v1 and its archived variables
ASPL 3> @ v2
print v2 and its archived variables
ASPL 4> playsim v1
play the similarity on v1 and its archived data
ASPL 5> playsim v2
play the similarity on v2 and its last archived instance
ASPL 6> playchanges v1
play the changes in the groups in v1 and its last archived instance
ASPL 7> intermittentarc 1
set intermittentarc to 1
ASPL 8> playchanges v1
play the changes in the groups in v1 (intermittently) and its archived instances
ASPL 9> playchanges v2
play the changes in the groups in v2 (intermittently) and its archived instances
ASPL 10> quit
sweet! isn't it?