by BiG BLOCK:FileAppendLines path = "deneme1/ali-veli.txt" lines = ["--(0)--"] ENDBLOCK BLOCK:FileRead path = "deneme1/ali-veli.txt" => VAR @oku ENDBLOCK BLOCK:Parse input = $"" leftDelim = "--(" rightDelim = ")--" MODE:LR => VAR @oku1 ENDBLOCK BLOCK:Compute input = $"+1" => VAR @oku2 ENDBLOCK BLOCK:FileWrite path = "deneme1/ali-veli.txt" content = $"--()--" ENDBLOCK BLOCK:FileWrite path = $"handex/yandexhit----.txt" content = $"selam bebeğim naber" ENDBLOCK