Modified Assignment

From NARS2000
Revision as of 14:34, 9 April 2008 by Sudleyplace (talk | contribs) (New page: <table border="1" cellpadding="5" cellspacing="0" rules="none" summary=""> <tr> <td> <table border="0" cellpadding="5" cellspacing="0" summary=""> <tr> <td><apl size="large...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Afn←R is shorthand for A←Afn R.
A[I]fn←R is shorthand for A[I]←A[I]fn R
A is a name with an existing value, I is an arbitrary index to A, R is an arbitrary array.



For example, A+←1 is shorthand for A←A+1, and A,←' ' is shorthand for A←A,' '.