Help with if else


i want to convert this to lolicode

u didnt helped me i still dont know how to do it

this is example

IF STRINGKEY @data.SOURCE Contains "(Untill:"
SET CAP @Capture "Untill"
END

Read Lolicode Statements

SET VAR/CAP

Sets a string variable, and optionally also marks it for capture. Introduced for consistency with OB1. Example:

SET VAR @myString "variable"
LOG myString

SET CAP @myCapture "capture"
LOG myCapture