DECLARE SUB printgood (sss$) CLS INPUT "Enter your sentence [", s$ s$ = s$ + " " start = 1 l = LEN(s$)
FOR i = 1 TO l IF MID$(s$, i, 1) = " " THEN printgood MID$(s$, start, i - start) start = i + 1 END IF PRINT "--- (c) Yoko --- FIN" NEXT
SUB printgood (sss$) l = LEN(sss$) FOR k = 1 TO l c$ = MID$(sss$, k, 1) IF c$ = "k" OR c$ = "l" OR c$ = "m" OR c$ = "o" THEN EXIT SUB NEXT PRINT sss$ END SUB
Гм... ага, надо бы, а то вот Yoko отвлекается от важных дел
YokoInjection CodeSweeper Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom