How to String Contains in Scheme - Code Snippet

How to perform 'String Contains' in Scheme.

example.scm
; Task: String Contains
; Language: Scheme

define string_contains() (
    ; Implementation for String Contains
    define result = ...; ; Initialize variable
    ; TODO: Implement core logic here
    ; Step 1: Prepare data
    ; Step 2: Process String Contains
    display("Done");
)
AdSense Slot