From e44813e6629e0cd8854397eb3b830db9dfcbcdab Mon Sep 17 00:00:00 2001 From: Drahflow Date: Fri, 19 Jun 2015 16:04:50 +0200 Subject: Documented the , functions --- doc/global.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'doc') diff --git a/doc/global.md b/doc/global.md index 8880d5d..fbc9009 100644 --- a/doc/global.md +++ b/doc/global.md @@ -909,3 +909,33 @@ Takes two integers. Returns the larger one. ----- Takes two integers. Returns the smaller one. + + +`,` +--- +Puts a position marker on the stack. + + +`,--` +----- +Deletes the topmost position marker within the stack and compacts the stack contents to cover the hole. + + +`--,` +----- +Deletes whatever is below the topmost position marker in the stack and compacts the stack contents to cover the hole. + + +`_,` +---- +Copies the stack element below the topmost position marker to the top of the stack. + + +`,_` +---- +Copies the stack element above the topmost position marker to the top of the stack. + + +`,---` +------ +Deletes all stack contents up to and including the topmost position marker. -- cgit v1.2.3