2020-07-29 16:04:05 +00:00
|
|
|
------------ Testing FOR loop ------------
|
|
|
|
--- Multiple lines
|
2017-11-16 23:56:01 +00:00
|
|
|
A
|
|
|
|
B
|
|
|
|
C
|
2020-07-29 16:04:05 +00:00
|
|
|
--- Lines and spaces
|
2017-11-16 23:56:01 +00:00
|
|
|
D
|
|
|
|
E
|
|
|
|
F
|
2020-07-29 16:04:05 +00:00
|
|
|
--- Multiple lines and commas
|
2017-11-16 23:56:01 +00:00
|
|
|
G
|
|
|
|
H
|
|
|
|
I
|
2020-07-29 16:04:05 +00:00
|
|
|
--- Multiple lines and %I
|
2017-11-16 23:56:01 +00:00
|
|
|
%I
|
|
|
|
%I
|
|
|
|
%I
|
2020-07-29 16:04:05 +00:00
|
|
|
--- Multiple lines and %j
|
2017-11-16 23:56:01 +00:00
|
|
|
%j
|
|
|
|
%j
|
|
|
|
%j
|
2020-07-29 16:04:05 +00:00
|
|
|
---------- Testing AND operator ----------
|
|
|
|
TRUE AND condition
|
|
|
|
---------- Testing OR operator -----------
|
|
|
|
FALSE OR condition
|
|
|
|
------------- End of Testing -------------
|