3 lines
216 B
Text
3 lines
216 B
Text
# E.g. the following prints the lower and upper bounds of the first two #
|
|
# indexes of a ( in this case, 1, 5, 1 and 4 ) #
|
|
print( ( 1 LWB a, 1 UPB a, 2 LWB a, 2 UPB a, newline ) );
|