j
k
j a
j l
instead of: a[0] || a[1] || a[2] || ... a[n] i could use: `||(@a)
i am currently using `|(@a) which works because a is array(int) in that case. but it would not work for other cases.
greetings, martin.
Back to the thread
Back to the list