Difference between revisions of "Floorstore"
From WikiManual
(Created page with "Works like floor but the second variable passed is a memory location and data is modified directly into location.") |
|||
Line 1: | Line 1: | ||
Works like floor but the second variable passed is a memory location and data is modified directly into location. | Works like floor but the second variable passed is a memory location and data is modified directly into location. | ||
+ | |||
+ | ''Given'' 10 .up store | ||
+ | |||
+ | 20 .up floorstore ''the same as'' *.up 20 floor .up store ''is equal to'' 20 | ||
+ | |||
+ | ''Given'' 30 .up store | ||
+ | |||
+ | 20 .up floorstore ''the same as'' *.up 20 floor .up store ''is equal to'' 30 |
Latest revision as of 09:41, 1 July 2014
Works like floor but the second variable passed is a memory location and data is modified directly into location.
Given 10 .up store
20 .up floorstore the same as *.up 20 floor .up store is equal to 20
Given 30 .up store
20 .up floorstore the same as *.up 20 floor .up store is equal to 30