Quellcodebibliothek
Statistik
Leitseite
products
/
sources
/
formale Sprachen
/
GAP
/
pkg
/
automata
/
gap
/ (
Algebra von RWTH Aachen
Version 4.15.1
©
) Datei vom 30.7.2024 mit Größe 129 B
Quelle hello Sprache: unbekannt
HelloWorld :=
function
()
Print(String(RandomAutomaton(
"det"
,4,2)));
Print(
"\nThis is the way to create an automaton.\n"
);
end
;
quality
95%
[ Dauer der Verarbeitung: 0.17 Sekunden (vorverarbeitet)
]
2026-03-28