2021-07-11 07:09:44 Is there a way to implement swap where it makes benifit of shifting between the call stack and the data stack? 2021-07-11 07:13:03 r> swap >r 2021-07-11 07:13:04 ? 2021-07-11 07:13:18 if im understanding correctly 2021-07-11 07:13:43 or do you want to put a piece of data from return onto the data stack 2021-07-11 07:17:07 : swap r> swap >r ; 2021-07-11 07:24:28 that wont work 2021-07-11 07:24:44 what are you trying to achieve 2021-07-11 07:25:33 using swap to implement swap 2021-07-11 07:25:45 ah 2021-07-11 07:25:49 implementing swap 2021-07-11 07:25:54 use a variable 2021-07-11 07:26:52 variable _ 2021-07-11 07:26:52 : swap _ ! >r _ @ r> ; 2021-07-11 07:26:58 i love symbols 2021-07-11 19:30:19 maw 2021-07-11 22:43:35 re maw