Content deleted Content added
→Symbolic constants: additional support by other languages for :: |
→Alternative uses: Additional language support |
||
Line 423:
</source>
This feature is also useful for checking multiple variables against one value rather than one variable against many values. COBOL also supports this form (and others forms) in the EVALUATE statement.
In [[Ruby]], due to its handling of <code>===</code> equality, the statement can be used to test for variable’s class:
|