A Liquid syntax template engine for Swift.
A Liquid syntax template engine for Swift.
assign
capture
increment
decrement
==
equals!=
does not equal>
greater than<
less than>=
greater than or equal to<=
less than or equal toor
logical orand
logical andcontains
checks substring inside a stringif
if a certain condition is trueunless
if a certain condition is not metelsif
more conditionselse
else conditionscase/when
switch statementfor
break
continue
limit
limits the loop (for parameters)offset
begins the loop at the specified index (for parameters)range
defines a range of numbers to loop throughreversed
reverses the order of the loop