RosettaCodeData/Task/Introspection/Forth/introspection-2.fth
2015-02-20 00:35:01 -05:00

11 lines
227 B
Forth

[hex] 362 [decimal] 4TH# - [if] [abort] [then]
-32 value bloop
[defined] bloop [if]
[defined] abs [if]
bloop abs . cr
[then]
[then]
0 last cell+ first over over - .( User variables: ) .
?do i @ + loop .( Sum: ) . cr