System Function WA: Difference between revisions

From NARS2000
Jump to navigationJump to search
(New page: <table border="1" cellpadding="5" cellspacing="0" rules="none" summary=""> <tr> <td> <table border="0" cellpadding="5" cellspacing="0" summary=""> <tr> <td valign="top"><ap...)
(No difference)

Revision as of 14:22, 30 May 2009

Z←⎕WA returns the amount of workspace available to store data.
Z is an integer scalar which represents the amount in bytes of workspace available to store data.


The value returned by this function does not represent the amount of contiguous memory available because memory may be fragmented by unmovable entries.