334
edits
(→wordArrayDec: added from website) |
(→wordArrayInc: added from website) |
||
Line 828: | Line 828: | ||
==wordArrayInc== | ==wordArrayInc== | ||
'''Encoding''' | |||
''53 arrayp16'' | |||
'''Stack''' | |||
''( index : -)'' | |||
'''Operation''' | |||
''arrayp [0, index ] := arrayp [0, index ] + 1'' | |||
Increments the value at offset (0, index) in the array whose resource number is pointed to by ''arrayp''. | |||
==wordArrayIndexedRead== | ==wordArrayIndexedRead== |
edits