Skip to content

Commit

Permalink
Merge branch 'master' of github.com:teodoran/stck
Browse files Browse the repository at this point in the history
  • Loading branch information
teodoran committed Sep 7, 2015
2 parents 36a8769 + 31097bb commit a210da0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@ Using the languague
**Delimiting lines**

When using the interpreter, return acts as the line delimiter.

2 3 +
[5]

The entire statement must fit on one line, as multi-line statements is not supported.

When executing files, `!` acts as the line-delimiter, making it possible to declare statements over several lines.

2 3
+
!

Lines cannot be nested.

**working with the stack**
Expand Down

0 comments on commit a210da0

Please sign in to comment.