FSMTest.cm
Copyright © 1985, 1986 by Xerox Corporation. All rights reserved.
Don Curry November 5, 1987 5:06:45 pm PST
CD &CommandFileDirectory
Install FSM
Install Extract
Install PWCore
Install SC
Run FSMTest
CDRead FSMExample
← &design ← CDViewer.FindDesign["FSMExample"]
← &cx ← Sisyph.Create[&design]
← &ct ← Sisyph.ES["FSMExample.icon", &cx]
← PWCore.SetLayout[&ct, $SC]
PW.Draw[PWCore.Layout[&ct]]
← &ct ← Sisyph.ES["FSMExampleSC.icon", &cx]
← PWCore.SetLayout[&ct, $SC]
PW.Draw[PWCore.Layout[&ct]]
← &ct ← Sisyph.ES["FSMExamplePLA.icon", &cx]
PW.Draw[PWCore.Layout[&ct]]