Topic: APLX Help : Help on APL language : System Functions & Variables : ⎕SVR Shared Variable Retract
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

⎕SVR Shared Variable Retract


The dyadic system function ⎕SVR is used to retract a shared variable after use (see ⎕SVO). The right argument is a character array of names, or a vector containing one name. The result is the 'degree of coupling' in effect before the retraction command was issued.

             1 ⎕SVR 'NAME'
       2

Topic: APLX Help : Help on APL language : System Functions & Variables : ⎕SVR Shared Variable Retract
[ Previous | Next | Contents | Index | APL Home ]