aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/lib/forth2012/tools/question.frt
blob: bd96e6ca8c77cf791f949353de8fe01de7d94fe9 (plain)
1
2
3
4

\ displays the value of the given address with current base
: ? ( addr -- )
    @ . ;