Closed pgfearo closed 1 year ago
then
if (1) eq 1 then 1 else 2"
()
if
true()
false()
current()
function()
Included in Release 1.5.13
then
must immediately follow the parenthesised condition:if (1) eq 1 then 1 else 2"
()
is not valid afterif
tokentrue()
andfalse()
must not be followed by()
-current()
is OKfunction()
without following curly brace is not valid