[dc] Fix stack behaviour

It's better to pop the value from the stack upon printing it. As dc does
not provide any command to achieve that together with printing a newline
after the value, we store the newline together with the value.
This commit is contained in:
ayekat
2015-01-05 19:09:10 +01:00
parent 1c2611c467
commit 53e11a8043

View File

@@ -1 +1,2 @@
[Hello World]p
[Hello World
]n