Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/browse/app/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 1.2.2023 mit Größe 756 B image not shown  

Quelle  io_only.g   Sprache: unbekannt

 
Spracherkennung für: .g vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

ReadPackage( "browse", "app/filetree.g" );

# This contributes to the list that gets created in 'app/demo.g'.
Add( NCurses.DemoDefaults,
rec( title:= "Contents of the Browse Directory (non-interactive)",
inputblocks:= [
"n:= [ 14, 14, 14 ];;  # ``do nothing'' input (means timeout)\n\
BrowseData.SetReplay( Concatenation(\n\
   \"x\", n,                     # expand the first category row,\n\
   \"ddddd\", n,                 # move the selection down,\n\
   [ NCurses.keys.ENTER ], n,  # click the entry,\n\
   \"Q\" ) );                    # and quit\n\
file:= Filename( DirectoriesPackageLibrary( \"Browse\" ), \"\" );;\n\
BrowseDirectory( file );;\n\
" ],
footer:= "(enter 'Q' for interrupting)",
cleanup:= "BrowseData.SetReplay( false );\n\
",
) );


[ Dauer der Verarbeitung: 0.31 Sekunden  ]