ð×Oberon10.Scn.FntJçÿÿÿpüBà¥ParcElemsAllocàË༅Ðñ ÀÑÀ— àìøëOberon10i.Scn.Fnt#M@*D&_„Úwrite your own commands here and execute Edit.Store in the menu examples:  Compiler.Compile Hello.Mod~ Hello.World Swarm.Start 5 200 5 3 20 Parameters: number of wasps, number of bees, wasp acceleration, bee acceleration, delay between steps (Input.Tick's) Compiler.Compile SortDemo.Mod ~ SortDemo.Open open new viewer for demonstrations SortDemo.OpenDotView SortDemo.SetCompareCost ^ 0 10 100 400 1000 set delay for comparisons SortDemo.Randomize ^ * 1 10 50 200 500 1000 1500 transpose a certain number of elements SortDemo.Recall * reestablish disorder generated by last call to SortDemo.Randomize SortDemo.ReverseOrder * bring into reverse order SortDemo.QuickWorstOrder * bring into worst order for quick sort several standard sorting algorithms: (the animation freezes while any mouse key is held down) SortDemo.Bubble * SortDemo.MinSearch * SortDemo.Insert * SortDemo.Shell * SortDemo.Quick * SortDemo.Heap * SortDemo.Smooth *