Topic: APLX Help : Help on APL language : APL Primitives : ⊢ Right
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

Right


Two-argument form  See also one-argument form Pass

The function (right) takes left and right arguments of any type, rank and shape. It discards the left argument, and passes the right argument through unchanged.

It can be used to embed pseudo-comments in an expression:

      +/'Samples per test'⊢233 348 297
878

Topic: APLX Help : Help on APL language : APL Primitives : ⊢ Right
[ Previous | Next | Contents | Index | APL Home ]