Visual APL provides
complete support for legacy APL control structures.
The
legacy APL control structures such as :if and :while are an integral part of Visual
APL
Most of the legacy APL systems support a similar set of control structures. Visual
APL implements these and more.
In addition to the legacy control structures, Visual APL also supports the C# control
structures. These are powerful tools and provide a consistent programming style
which you can use both for their features and also to make your code more understandable
to C# developers.
There are no limits with Visual APL, use the legacy control structure or take advantage
of the new C# control structures
With support for C# control structures you also easily import C# examples into your
application and take advantage of the wealth of code examples available for C#.