ASPL 1> v
RANDONEBIT loaded, display the variables
ASPL 2> fuzzy
print current fuzzy distance
ASPL 3> yU v1 v2
display the fuzzy union between v1 and v2
ASPL 4> fuzzy 0
set fuzzy to 0
ASPL 5> yU v1 v2
now fuzzy is 0, display the fuzzy union between v1 and v2
ASPL 6> fuzzy 1
set fuzzy distance to 1
ASPL 7> y& v1 v2 v3
display the fuzzy intersection between v1 v2 v3
ASPL 8> quit
sweet!