doc/getting_started.dox
changeset 2410 fe46b61da4e3
parent 2391 14a343be7a5a
child 2449 1d685ac667ec
equal deleted inserted replaced
2:ec2c36f3f2b5 3:08d0865901b6
    74 \skip addEdge
    74 \skip addEdge
    75 \until addEdge
    75 \until addEdge
    76 
    76 
    77 In the next few lines we add some more nodes and edges and to the graph we need.
    77 In the next few lines we add some more nodes and edges and to the graph we need.
    78 Those lines are not very interesting so we skip them, but you find the whole
    78 Those lines are not very interesting so we skip them, but you find the whole
    79 working program in file hello_lemon.cc in the demo section.
    79 working program in file hello_world.cc in the demo section.
    80 
    80 
    81 The next statement must be familiar. But what is that INVALID in the \c while
    81 The next statement must be familiar. But what is that INVALID in the \c while
    82 test statement? In LEMON we usually use the INVALID to check if an object
    82 test statement? In LEMON we usually use the INVALID to check if an object
    83 contains valid information.
    83 contains valid information.
    84 \skip current_node
    84 \skip current_node