!7 !include once #1017126 // transpileRaw sclass QSFunction extends DynBigNumber { InputChooser inputChooser = new(this); visualize { ret northAndCenter(wrap(inputChooser), super.visualize()); } void update { if (inputChooser.update()) update(inputChooser.input()); } start { loadFunctions_preferDiskCache(); hotwire_copyOver_after.add(f shareMyCreatorWith); doEvery(10000, r { update(inputChooser.input()) }); } void update(S input) { temp enter(); S f = firstContainedInSet(words(input), mechSet("Safe & fast JavaX functions")); if (f != null) pcall { S value = or2(strOrNull(callAndMake(f)), "-"); setDescription(f); setValue(value); } } }