docs/readme.mdwn
changeset 25 8cfd42325d38
parent 22 37d7ae649929
child 29 5d86c5fefef6
equal deleted inserted replaced
24:df8087a260ab 25:8cfd42325d38
     1 
     1 
     2 # Welcome to Yet Another Yuseless Built-In Language!
     2 # Welcome to Yet Another Yuseless Built-In Language!
     3 
     3 
     4 It provides conditional, loop and composition expressions,
     4 It provides conditional and command grouping expressions,
     5 as well as some arithmetic expression evaluation and string
     5 as well as some arithmetic expression evaluation and string
     6 concatenation. String splitting is not yet implemented,
     6 concatenation. String splitting is not yet implemented,
     7 but is planned.
     7 but is planned.
     8 
     8 
     9 # Installation
     9 # Installation