add screencast (#8)

This commit is contained in:
T.v.Dein
2023-11-07 14:19:32 +01:00
committed by GitHub
parent 2ce8cc7a7e
commit 23a4d87514
5 changed files with 31 additions and 0 deletions

18
demo/sessions.txt Normal file
View File

@@ -0,0 +1,18 @@
# demo sessions, used to create an interactive rpn recording
# part 1: interactive
# put some numbers onto the stack
2 4 6
8
10
# take a look at the stack
dump
# add the last 2
+
# multiply the result and the previous
*