20 lines
522 B
Plaintext
20 lines
522 B
Plaintext
|
-- foreach\(IN ZIP_LISTS\):
|
||
|
-- <<< empty lists case >>>
|
||
|
-- Begin output
|
||
|
-- --> empty-output <--
|
||
|
-- End output
|
||
|
-- <<< same lengths lists case >>>
|
||
|
-- Begin output
|
||
|
-- | one, satu, raz
|
||
|
-- | two, dua, dva
|
||
|
-- | three, tiga, tri
|
||
|
-- End output
|
||
|
-- <<< different lengths lists case >>>
|
||
|
-- Begin output
|
||
|
-- | one, satu, raz
|
||
|
-- | two, dua, dva
|
||
|
-- | three, tiga, tri
|
||
|
-- | \[undefiend\], empat, \[undefiend\]
|
||
|
-- End output
|
||
|
-- <<< test variable value restored -- PASSED >>>
|