Error loading plugin include
ParseError: syntax error, unexpected 'include' (T_INCLUDE), expecting identifier (T_STRING) or '{'
More info is available in the error log.
ParseError: syntax error, unexpected 'include' (T_INCLUDE), expecting identifier (T_STRING) or '{'
More info is available in the error log.
words:exchange
exchange
Ab und zu kommt man in die Verlegenheit und muss einzelne Items auf dem Stack vertauschen. Dann kommt es zur berüchtigten Stack-Akrobatik.
: exchange ( xi ... xn ... x0 n -- xi ... x0 ... xn ) dup 0= IF drop exit THEN dup 1 = IF drop swap exit THEN swap >r >r r@ cells sp@ + @ r> r> swap 2 + cells sp@ + ! ;
words/exchange.txt · Zuletzt geändert: von 127.0.0.1