baum

diff baum.1 @ 51:7d7abe88e71b

"input" node is now "create" node and can handle more than user input now
author meillo@marmaro.de
date Sun, 02 Mar 2008 16:17:18 +0100
parents f9fc4c4f9e3d
children 201b4603671a
line diff
     1.1 --- a/baum.1	Sun Mar 02 15:54:35 2008 +0100
     1.2 +++ b/baum.1	Sun Mar 02 16:17:18 2008 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -.TH baum 1 "2008-03-01" "baum 0.3"
     1.5 +.TH baum 1 "2008-03-01" "baum 0.4"
     1.6  .SH NAME
     1.7  baum \- an esoteric programming language
     1.8  
     1.9 @@ -74,8 +74,8 @@
    1.10  .SH NODES
    1.11  
    1.12  .TP
    1.13 -.B input
    1.14 -Reads a number from standard input which is treated as ASCII value. It inserts a number node with this value as last brother. Returns 0 always.
    1.15 +.B create
    1.16 +Creates a new number node as last brother. The value of the new node is ether read from standard input (if the node has no son), or the return value of the first son. Returns 0 always.
    1.17  
    1.18  .TP
    1.19  .B number