00:00:00 --- log: started forth/21.07.11 01:06:35 --- join: Glider_IRC__ joined #forth 01:09:26 --- quit: Glider_IRC_ (Ping timeout: 120 seconds) 03:38:48 --- join: proteusguy joined #forth 04:10:06 Is there a way to implement swap where it makes benifit of shifting between the call stack and the data stack? 04:13:27 r> swap >r 04:13:27 ? 04:13:42 if im understanding correctly 04:14:07 or do you want to put a piece of data from return onto the data stack 04:17:32 : swap r> swap >r ; 04:24:53 that wont work 04:25:08 what are you trying to achieve 04:25:57 using swap to implement swap 04:26:10 ah 04:26:13 implementing swap 04:26:19 use a variable 04:27:15 variable _ 04:27:18 : swap _ ! >r _ @ r> ; 04:27:21 i love symbols 09:18:57 --- join: blackbeard420 joined #forth 12:00:21 --- quit: rain3 (Ping timeout: 120 seconds) 13:01:46 --- quit: dsmcfarl (Quit: WeeChat 2.3) 13:06:36 --- join: Glider_IRC_ joined #forth 13:09:27 --- quit: Glider_IRC__ (Ping timeout: 120 seconds) 16:30:44 maw 19:43:59 re maw 23:59:59 --- log: ended forth/21.07.11