variable / : Printing the Value of a Variable

Use a forward slash (/) after a variable name to print the value of the variable. The syntax is as follows:

variable/

When you enter the variable/ command, RAID displays the variable's value, and indicates whether it is a string, a number, or the null value. To print an array element, you must subscript the variable. If you enter just an array name, RAID displays the length of the X and Y coordinates. Display matrix values by explicitly displaying the first element, then press Return to display subsequent elements. For example, after displaying an array element, pressing Return displays successive elements in the array (that is, 1,1 1,2 1,3 2,1 2,2 2,3, and so on). After the last element in the array displays, the indices wrap to display 0,0 and then 1,1.