user_guide:intro_tutorial

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
user_guide:intro_tutorial [2019/02/11 21:18] – external edit 127.0.0.1user_guide:intro_tutorial [2019/03/07 10:34] (current) kalmar
Line 49: Line 49:
 If you type part of an expresison in the shell, you can hit ''TAB'' to display possible ways of completing it. For example, to see what methods you can invoke on the graph of the 3-cube, enter the following and hit ''TAB'': If you type part of an expresison in the shell, you can hit ''TAB'' to display possible ways of completing it. For example, to see what methods you can invoke on the graph of the 3-cube, enter the following and hit ''TAB'':
 <code> <code>
- polytope > cube(3)->GRAPH->                              # hit TAB!+ polytope > $c = cube(3)
 + polytope > $c->GRAPH->                              # hit TAB!
 add                               disable_rules                     MAX_CLIQUES                       set_as_default add                               disable_rules                     MAX_CLIQUES                       set_as_default
 ADJACENCY                         dont_save                         name                              set_as_default_now ADJACENCY                         dont_save                         name                              set_as_default_now
  • user_guide/intro_tutorial.txt
  • Last modified: 2019/03/07 10:34
  • by kalmar